patch-2.1.115 linux/include/asm-mips/pgtable.h

Next file: linux/include/asm-mips/processor.h
Previous file: linux/include/asm-mips/pci.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.114/linux/include/asm-mips/pgtable.h linux/include/asm-mips/pgtable.h
@@ -74,6 +74,7 @@
 
 #define VMALLOC_START     KSEG2
 #define VMALLOC_VMADDR(x) ((unsigned long)(x))
+#error You need to define VMALLOC_END --DaveM
 
 /* Note that we shift the lower 32bits of each EntryLo[01] entry
  * 6 bits to the left. That way we can convert the PFN into the
@@ -488,6 +489,8 @@
 
 	return (pgd_t *) page;
 }
+
+extern int do_check_pgt_cache(int, int);
 
 extern pgd_t swapper_pg_dir[1024];
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov