Skip to content
Commit cd6f32aa authored by Chris Metcalf's avatar Chris Metcalf
Browse files

arch/tile: support <asm/cachectl.h> header for cacheflush() syscall



We already had a syscall that did some dcache flushing, but it was
not used in practice.  Make it MIPS compatible instead so it can
do both the DCACHE and ICACHE actions.  We have code that wants to
be able to use the ICACHE flush mode from userspace so this change
enables that.

Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
parent d5d14ed6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment