patch-2.4.15 linux/include/asm-i386/pgtable.h
Next file: linux/include/asm-i386/processor.h
Previous file: linux/include/asm-i386/pci.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Thu Nov 22 11:46:19 2001
- Orig file:
v2.4.14/linux/include/asm-i386/pgtable.h
- Orig date:
Thu Oct 18 13:47:37 2001
diff -u --recursive --new-file v2.4.14/linux/include/asm-i386/pgtable.h linux/include/asm-i386/pgtable.h
@@ -105,8 +105,20 @@
#ifndef __ASSEMBLY__
#if CONFIG_X86_PAE
# include <asm/pgtable-3level.h>
+
+/*
+ * Need to initialise the X86 PAE caches
+ */
+extern void pgtable_cache_init(void);
+
#else
# include <asm/pgtable-2level.h>
+
+/*
+ * No page table caches to initialise
+ */
+#define pgtable_cache_init() do { } while (0)
+
#endif
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)