patch-2.4.4 linux/include/asm-ppc/pgalloc.h

Next file: linux/include/asm-ppc/semaphore.h
Previous file: linux/include/asm-ppc/kmap_types.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/include/asm-ppc/pgalloc.h linux/include/asm-ppc/pgalloc.h
@@ -87,7 +87,7 @@
 }
 
 #define pgd_free(pgd)		free_pgd_fast(pgd)
-#define pgd_alloc()		get_pgd_fast()
+#define pgd_alloc(mm)		get_pgd_fast()
 
 /*
  * We don't have any real pmd's, and this code never triggers because

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)