commit | e9c091b47409255cefa1672041479d850b7b991a | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Jan 04 16:24:05 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jan 04 16:24:05 2006 +0000 |
tree | 4a88257e054c186dc878a26ffa66f370b287195e | |
parent | ce11a161c11868f268964274edc7a26a3e063e08 [diff] |
[MMC] mmci: add data cache coherency Since MMCI currently uses PIO to read data, we have to take steps to ensure data cache coherency on aliasing CPU caches. Add the necessary flush_dcache_page() calls. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>