From: Catalin Marinas Date: Sun, 3 Jul 2005 16:53:25 +0000 (+0100) Subject: [PATCH] ARM: 2784/1: Fix the block cache flush operation range X-Git-Tag: v2.6.13-rc2~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d670b413f042eccdffc45bafb9840244752707f;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed