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
Kconfig -rw-r--r-- 2.0 KB
Kconfig.iosched -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 382 bytes
as-iosched.c -rw-r--r-- 37.8 KB
blktrace.c -rw-r--r-- 12.5 KB
bsg.c -rw-r--r-- 22.2 KB
cfq-iosched.c -rw-r--r-- 53.9 KB
deadline-iosched.c -rw-r--r-- 11.6 KB
elevator.c -rw-r--r-- 25.1 KB
genhd.c -rw-r--r-- 19.6 KB
ioctl.c -rw-r--r-- 7.4 KB
ll_rw_blk.c -rw-r--r-- 105.6 KB
noop-iosched.c -rw-r--r-- 2.6 KB
scsi_ioctl.c -rw-r--r-- 16.9 KB

back to top