[PATCH] Needed to get 2.5.7 to compile and link on Alpha [4/10]

Chris Meadors (clubneon@hereintown.net)
Thu, 21 Mar 2002 12:17:47 -0500


Needed to link. I'm not sure if check_pgt_cache should be a NOP on the
Alpha but most the rest of the functions in pgalloc.h are, and it seems
to work for me. But someone who really knows what they are doing should
check it.

-Chris

--- linux-2.5.7/include/asm-alpha/pgalloc.h~ Wed Mar 20 15:49:19 2002
+++ linux-2.5.7/include/asm-alpha/pgalloc.h Wed Mar 20 15:48:10 2002
@@ -292,4 +292,6 @@
__free_page(page);
}

+#define check_pgt_cache() do { } while (0)
+
#endif /* _ALPHA_PGALLOC_H */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/