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

Next file: linux/include/asm-cris/processor.h
Previous file: linux/include/asm-cris/irq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/include/asm-cris/pgalloc.h linux/include/asm-cris/pgalloc.h
@@ -191,7 +191,7 @@
 /* pgd handling */
 
 #define pgd_free(pgd)      free_pgd_slow(pgd)
-#define pgd_alloc()        get_pgd_fast()
+#define pgd_alloc(mm)      get_pgd_fast()
 
 /* other stuff */
 

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