git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d411b84
)
[PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing caches
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Mon, 20 Jun 2005 08:51:03 +0000
(09:51 +0100)
committer
Russell 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