]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: use flush_kernel_dcache_area() for dmabounce
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 26 Nov 2009 12:31:15 +0000 (12:31 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 14 Dec 2009 14:53:22 +0000 (14:53 +0000)
commit9d11f0ea879edd4fc596583e1bb1f02af81321bc
treefa8e3aef5f3719c66365054f2b5dcaa88d19d43d
parent1e90758d48e1e5798995ab7edbe618f8b7d30c1f
ARM: use flush_kernel_dcache_area() for dmabounce

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>
arch/arm/common/dmabounce.c