commit | 3f973e22160257c5bda85815be5b1540d391a671 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Tue Nov 04 00:48:42 2008 -0500 |
committer | Nicolas Pitre <nico@cam.org> | Sun Mar 15 21:01:22 2009 -0400 |
tree | c453cc200f3cd71bd28195e9959034aa673a7693 | |
parent | 3902a15e784e9b1efa8e6ad246489c609e0ef880 [diff] |
[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>