Catalin Marinas 0d670b413f [PATCH] ARM: 2784/1: Fix the block cache flush operation range
Patch from Catalin Marinas

The range for the ARMv6 block cache operations is inclusive but the
kernel doesn't re-calculate the end address, causing a page fault when
used (this only happens with support for cache aliasing, otherwise the
blk_flush_kern_dcache_page() is not called). This patch subtracts
L1_CACHE_BYTES from the end address.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2005-07-03 17:53:25 +01:00
..
2005-07-01 08:20:23 -07:00
2005-06-29 16:01:40 -07:00
2005-06-25 16:24:55 -07:00
2005-06-28 21:20:37 -07:00
2005-06-25 16:24:36 -07:00
2005-06-30 08:45:11 -07:00