| commit | 7d7aa23cf0700f4025cb61bd1ac517ccf79bd460 | [log] [tgz] |
|---|---|---|
| author | Russell King <[email protected]> | Thu Jan 27 09:46:29 2011 +0000 |
| committer | Russell King <[email protected]> | Fri Feb 04 13:25:47 2011 +0000 |
| tree | cffbfda462ba6841b3adadf5ef82c749b1f625e3 | |
| parent | c8afc9d59ce1100d3f7704e86fda5a25361c45bf [diff] |
ARM: mmci: no need to call flush_dcache_page() with sg_miter API The sg_miter API provides the required cache maintainence, so we don't need to do that ourselves. Remove the unnecessary additional cache maintainence. Signed-off-by: Russell King <[email protected]>