patch-2.3.23 linux/include/asm-ppc/page.h
Next file: linux/include/asm-ppc/pci-bridge.h
Previous file: linux/include/asm-ppc/machdep.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Oct 20 22:13:20 1999
- Orig file:
v2.3.22/linux/include/asm-ppc/page.h
- Orig date:
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.22/linux/include/asm-ppc/page.h linux/include/asm-ppc/page.h
@@ -76,7 +76,7 @@
/* to align the pointer to the (next) page boundary */
#define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK)
-extern void clear_page(unsigned long page);
+extern void clear_page(void *page);
#define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE)
/* map phys->virtual and virtual->phys for RAM pages */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)