patch-2.3.99-pre2 linux/include/asm-ia64/page.h
Next file: linux/include/asm-ia64/pci.h
Previous file: linux/include/asm-i386/processor.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed Mar 15 09:59:06 2000
- Orig file:
v2.3.99-pre1/linux/include/asm-ia64/page.h
- Orig date:
Sat Feb 26 22:31:55 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/include/asm-ia64/page.h linux/include/asm-ia64/page.h
@@ -40,6 +40,9 @@
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)
+
# ifdef STRICT_MM_TYPECHECKS
/*
* These are used to make use of C type-checking..
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)