2002-03-21 17:21:57

by Chris Meadors

[permalink] [raw]
Subject: [PATCH] Needed to get 2.5.7 to compile and link on Alpha [4/10]

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 */