Revision 281e0e3b34acb76a157576d27abc85c09fcf78e3 authored by Ralf Baechle on 01 October 2007, 08:20:10 UTC, committed by Linus Torvalds on 01 October 2007, 14:52:23 UTC
The virtual address space argument of clear_user_highpage is supposed to be
the virtual address where the page being cleared will eventually be mapped.
 This allows architectures with virtually indexed caches a few clever
tricks.  That sort of trick falls over in painful ways if the virtual
address argument is wrong.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 8814842
History
File Mode Size
keys
selinux
Kconfig -rw-r--r-- 3.2 KB
Makefile -rw-r--r-- 556 bytes
capability.c -rw-r--r-- 2.7 KB
commoncap.c -rw-r--r-- 9.4 KB
dummy.c -rw-r--r-- 25.9 KB
inode.c -rw-r--r-- 9.2 KB
root_plug.c -rw-r--r-- 3.9 KB
security.c -rw-r--r-- 5.5 KB

back to top