patch-2.3.45 linux/include/asm-ppc/page.h
Next file: linux/include/asm-ppc/pgtable.h
Previous file: linux/include/asm-ppc/hardirq.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sun Feb 13 10:47:01 2000
-  Orig file: 
v2.3.44/linux/include/asm-ppc/page.h
-  Orig date: 
Fri Oct 22 13:21:54 1999
diff -u --recursive --new-file v2.3.44/linux/include/asm-ppc/page.h linux/include/asm-ppc/page.h
@@ -77,7 +77,7 @@
 #define PAGE_ALIGN(addr)	(((addr)+PAGE_SIZE-1)&PAGE_MASK)
 
 extern void clear_page(void *page);
-#define copy_page(to,from)	memcpy((void *)(to), (void *)(from), PAGE_SIZE)
+extern void copy_page(void *to, void *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)