[PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing caches
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 20 Jun 2005 08:51:03 +0000 (09:51 +0100)
committerRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 20 Jun 2005 08:51:03 +0000 (09:51 +0100)
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>

No differences found