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:
2c9b9c8
)
ARM: use flush_kernel_dcache_area() for dmabounce
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 26 Nov 2009 12:31:15 +0000
(12:31 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 14 Dec 2009 14:53:22 +0000
(14:53 +0000)
After copying data from the bounce buffer to the real buffer, use
flush_kernel_dcache_page() to ensure that data is written back in
manner coherent with future userspace mappings.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found