patch-2.4.3 linux/include/asm-i386/pgtable.h
Next file: linux/include/asm-i386/string-486.h
Previous file: linux/include/asm-i386/pgtable-3level.h
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Mon Mar 26 15:48:11 2001
-  Orig file: 
v2.4.2/linux/include/asm-i386/pgtable.h
-  Orig date: 
Sat Feb  3 19:51:31 2001
diff -u --recursive --new-file v2.4.2/linux/include/asm-i386/pgtable.h linux/include/asm-i386/pgtable.h
@@ -243,12 +243,6 @@
 /* page table for 0-4MB for everybody */
 extern unsigned long pg0[1024];
 
-/*
- * Handling allocation failures during page table setup.
- */
-extern void __handle_bad_pmd(pmd_t * pmd);
-extern void __handle_bad_pmd_kernel(pmd_t * pmd);
-
 #define pte_present(x)	((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
 #define pte_clear(xp)	do { set_pte(xp, __pte(0)); } while (0)
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)