patch-2.4.3 linux/include/asm-i386/pgalloc-2level.h
Next file: linux/include/asm-i386/pgalloc-3level.h
Previous file: linux/include/asm-i386/pci.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
v2.4.2/linux/include/asm-i386/pgalloc-2level.h
- Orig date:
Sat Nov 20 10:09:05 1999
diff -u --recursive --new-file v2.4.2/linux/include/asm-i386/pgalloc-2level.h linux/include/asm-i386/pgalloc-2level.h
@@ -1,23 +0,0 @@
-#ifndef _I386_PGALLOC_2LEVEL_H
-#define _I386_PGALLOC_2LEVEL_H
-
-/*
- * traditional i386 two-level paging, page table allocation routines:
- */
-
-extern __inline__ pmd_t *get_pmd_fast(void)
-{
- return (pmd_t *)0;
-}
-
-extern __inline__ void free_pmd_fast(pmd_t *pmd) { }
-extern __inline__ void free_pmd_slow(pmd_t *pmd) { }
-
-extern inline pmd_t * pmd_alloc(pgd_t *pgd, unsigned long address)
-{
- if (!pgd)
- BUG();
- return (pmd_t *) pgd;
-}
-
-#endif /* _I386_PGALLOC_2LEVEL_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)