| Kernel v2.4.0-test12 /Documentation/cachetlb.txt |
|---|
 2.4.0-test12
 Documentation
 cachetlb.txt
diff -u --recursive --new-file v2.4.0-test11/linux/Documentation/cachetlb.txt linux/Documentation/cachetlb.txt
--- v2.4.0-test11/linux/Documentation/cachetlb.txt Sun Nov 19 18:44:01 2000
+++ linux/Documentation/cachetlb.txt Mon Dec 11 12:37:04 2000
@@ -257,7 +257,7 @@
Here is the new interface:
- void copy_user_page(void *from, void *to, unsigned long address)
+ void copy_user_page(void *to, void *from, unsigned long address)
void clear_user_page(void *to, unsigned long address)
These two routines store data in user anonymous or COW
|