commit | f74f7e57ae9fa12b2951ae62ce3557799b318399 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Nov 26 12:31:15 2009 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Dec 14 14:53:22 2009 +0000 |
tree | fa8e3aef5f3719c66365054f2b5dcaa88d19d43d | |
parent | 2c9b9c8490b60428fa2d1c64042f7c7caed93940 [diff] |
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>