From: Russell King Date: Sat, 24 Oct 2009 22:05:34 +0000 (+0100) Subject: ARM: Remove __flush_icache_all() from __flush_dcache_page() X-Git-Tag: v2.6.33-rc1~384^2~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f91fb05d826a43063fa0aa2ec30c23d3993a208d;p=pandora-kernel.git ARM: Remove __flush_icache_all() from __flush_dcache_page() Both call sites for __flush_dcache_page() end up calling __flush_icache_all() themselves, so having __flush_dcache_page() do this as well is wasteful. Remove the duplicated icache flushing. Signed-off-by: Russell King --- Reading git-diff-tree failed