commit | 8830f04a092b47f3d246271b24685cd9eab82027 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Mon Jun 20 09:51:03 2005 +0100 |
committer | Russell King <rmk@dyn-67.arm.linux.org.uk> | Mon Jun 20 09:51:03 2005 +0100 |
tree | 8258af450ec736fd0ff3cf0864eb5407b3f8b5ff | |
parent | d411b845dcc8e1d97e8b02a345e765af5134700f [diff] |
[PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing caches flush_dcache_page() did nothing for these caches, but since they suffer from I/D cache coherency issues, we need to ensure that data is written back to RAM. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>