patch-2.4.4 linux/include/asm-i386/pgalloc.h
Next file: linux/include/asm-i386/rwsem.h
Previous file: linux/include/asm-i386/kmap_types.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Apr 27 15:48:22 2001
-  Orig file: 
v2.4.3/linux/include/asm-i386/pgalloc.h
-  Orig date: 
Mon Mar 26 15:48:11 2001
diff -u --recursive --new-file v2.4.3/linux/include/asm-i386/pgalloc.h linux/include/asm-i386/pgalloc.h
@@ -130,7 +130,7 @@
 
 #define pte_free(pte)		pte_free_slow(pte)
 #define pgd_free(pgd)		free_pgd_slow(pgd)
-#define pgd_alloc()		get_pgd_fast()
+#define pgd_alloc(mm)		get_pgd_fast()
 
 /*
  * allocating and freeing a pmd is trivial: the 1-entry pmd is
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)