alistair23-linux/arch/openrisc/mm
Jan Henrik Weinstock 4ee93d80ad openrisc: add cacheflush support to fix icache aliasing
On OpenRISC the icache does not snoop data stores.  This can cause
aliasing as reported by Jan. This patch fixes the issue to ensure icache
is properly synchronized when code is written to memory.  It supports both
SMP and UP flushing.

This supports dcache flush as well for architectures that do not support
write-through caches; most OpenRISC implementations do implement
write-through cache however. Dcache flushes are done only on a single
core as OpenRISC dcaches all support snooping of bus stores.

Signed-off-by: Jan Henrik Weinstock <jan.weinstock@ice.rwth-aachen.de>
[shorne@gmail.com: Squashed patches and wrote commit message]
Signed-off-by: Stafford Horne <shorne@gmail.com>
2017-11-03 14:01:15 +09:00
..
cache.c openrisc: add cacheflush support to fix icache aliasing 2017-11-03 14:01:15 +09:00
fault.c openrisc: initial SMP support 2017-11-03 14:01:13 +09:00
init.c openrisc: initial SMP support 2017-11-03 14:01:13 +09:00
ioremap.c openrisc: Export ioremap symbols used by modules 2017-02-25 05:08:47 +09:00
Makefile openrisc: add cacheflush support to fix icache aliasing 2017-11-03 14:01:15 +09:00
tlb.c openrisc: initial SMP support 2017-11-03 14:01:13 +09:00