From: Russell King Date: Mon, 20 Jun 2005 08:51:03 +0000 (+0100) Subject: [PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing caches X-Git-Tag: v2.6.13-rc1~68^2~583^2~2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8830f04a092b47f3d246271b24685cd9eab82027;p=pandora-kernel.git [PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing caches flush_dcache_page() did nothing for these caches, but since they suffer from I/D cache coherency issues, we need to ensure that data is written back to RAM. Signed-off-by: Russell King --- Reading git-diff-tree failed