[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)
commit3f973e22160257c5bda85815be5b1540d391a671
treec453cc200f3cd71bd28195e9959034aa673a7693
parent3902a15e784e9b1efa8e6ad246489c609e0ef880
[ARM] ignore high memory with VIPT aliasing caches

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>
arch/arm/mm/mmu.c