patch-2.4.13 linux/include/asm-i386/page.h
Next file: linux/include/asm-i386/pci.h
Previous file: linux/include/asm-arm/uaccess.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Oct 23 21:59:05 2001
-  Orig file: 
v2.4.12/linux/include/asm-i386/page.h
-  Orig date: 
Thu Oct 18 13:47:37 2001
diff -u --recursive --new-file v2.4.12/linux/include/asm-i386/page.h linux/include/asm-i386/page.h
@@ -15,7 +15,7 @@
 
 #include <asm/mmx.h>
 
-#define clear_page(page)	mmx_clear_page(page)
+#define clear_page(page)	mmx_clear_page((void *)(page))
 #define copy_page(to,from)	mmx_copy_page(to,from)
 
 #else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)