diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-01-10 05:27:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-01-10 05:27:25 +0000 |
commit | c9c06167e7933d93a6e396174c68abf242294abb (patch) | |
tree | d9a8bb30663e9a3405a1ef37ffb62bc14b9f019f /Documentation/cachetlb.txt | |
parent | f79e8cc3c34e4192a3e5ef4cc9c6542fdef703c0 (diff) |
Merge with Linux 2.4.0-test12.
Diffstat (limited to 'Documentation/cachetlb.txt')
-rw-r--r-- | Documentation/cachetlb.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cachetlb.txt b/Documentation/cachetlb.txt index 5201a2f54..f3ae78497 100644 --- a/Documentation/cachetlb.txt +++ b/Documentation/cachetlb.txt @@ -257,7 +257,7 @@ the proper points in time. 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 |