patch-2.3.99-pre2 linux/include/asm-ppc/page.h

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

diff -u --recursive --new-file v2.3.99-pre1/linux/include/asm-ppc/page.h linux/include/asm-ppc/page.h
@@ -78,6 +78,8 @@
 
 extern void clear_page(void *page);
 extern void copy_page(void *to, void *from);
+#define clear_user_page(page, vaddr)	clear_page(page)
+#define copy_user_page(to, from, vaddr)	copy_page(to, from)
 
 /* map phys->virtual and virtual->phys for RAM pages */
 static inline unsigned long ___pa(unsigned long v)

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