commit | 73be1591579084a8103a7005dd3172f3e9dd7362 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Fri Jun 12 03:09:29 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Jun 14 11:20:37 2009 +0100 |
tree | 0f9dc996b9effc48728b2e25f51c41eded8cb518 | |
parent | 44b7532b8b464f606053562400719c9c21276037 [diff] |
[ARM] 5545/2: add flush_kernel_dcache_page() for ARM Without this, the default implementation is a no op which is completely wrong with a VIVT cache, and usage of sg_copy_buffer() produces unpredictable results. Tested-by: Sebastian Andrzej Siewior <bigeasy@breakpoint.cc> CC: stable@kernel.org Signed-off-by: Nicolas Pitre <nico@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>