Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm
In directory sc8-pr-cvs1:/tmp/cvs-serv29103/mm
Modified Files:
pgtable.h
Log Message:
Define an empty pgtable_cache_init() like the other arches that don't have
page table caches
Index: pgtable.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm/pgtable.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pgtable.h 2 Dec 2002 01:08:08 -0000 1.4
+++ pgtable.h 4 Dec 2002 10:37:04 -0000 1.5
@@ -187,4 +187,10 @@
#define PageSkip(page) (0)
#define kern_addr_valid(addr) (1)
+/*
+ * No page table caches to initialise
+ */
+#define pgtable_cache_init() do { } while (0)
+
+
#endif
|