git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8afc9d
)
ARM: mmci: no need to call flush_dcache_page() with sg_miter API
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 27 Jan 2011 09:46:29 +0000
(09:46 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 4 Feb 2011 13:25:47 +0000
(13:25 +0000)
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 <rmk+kernel@arm.linux.org.uk>
No differences found