commit | f91fb05d826a43063fa0aa2ec30c23d3993a208d | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Oct 24 23:05:34 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Dec 04 14:58:50 2009 +0000 |
tree | 9ada5aefa09d40b70ea3b8a5e89d7ce6aa2a5fd9 | |
parent | 2df341edf6b8a2db7f414d00faeadccbdd9844ab [diff] |
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 <rmk+kernel@arm.linux.org.uk>