patch-2.4.4 linux/include/asm-parisc/pgalloc.h
Next file: linux/include/asm-parisc/semaphore.h
Previous file: linux/include/asm-mips64/shmiq.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Apr 23 15:28:07 2001
-  Orig file: 
v2.4.3/linux/include/asm-parisc/pgalloc.h
-  Orig date: 
Tue Dec  5 12:29:39 2000
diff -u --recursive --new-file v2.4.3/linux/include/asm-parisc/pgalloc.h linux/include/asm-parisc/pgalloc.h
@@ -372,7 +372,7 @@
 #define pte_free(pte)		free_pte_fast(pte)
 #define pmd_free(pmd)           free_pmd_fast(pmd)
 #define pgd_free(pgd)		free_pgd_fast(pgd)
-#define pgd_alloc()		get_pgd_fast()
+#define pgd_alloc(mm)		get_pgd_fast()
 
 extern void __bad_pmd(pmd_t *pmd);
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)