[ARM] ignore high memory with VIPT aliasing caches
authorNicolas Pitre <nico@cam.org>
Tue, 4 Nov 2008 05:48:42 +0000 (00:48 -0500)
committerNicolas Pitre <nico@cam.org>
Mon, 16 Mar 2009 01:01:22 +0000 (21:01 -0400)
VIPT aliasing caches have issues of their own which are not yet handled.
Usage of discard_old_kernel_data() in copypage-v6.c is not highmem ready,
kmap/fixmap stuff doesn't take account of cache colouring, etc.
If/when those issues are handled then this could be reverted.

Signed-off-by: Nicolas Pitre <nico@marvell.com>

No differences found