Commit 9329c154 authored by Ralf Baechle's avatar Ralf Baechle

MIPS: Octeon: Use __flush_cache_all instead of flush_cache_all.

flush_cache_all will go away.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 81424d0a
...@@ -242,7 +242,7 @@ static int octeon_cpu_disable(void) ...@@ -242,7 +242,7 @@ static int octeon_cpu_disable(void)
cpumask_clear_cpu(cpu, &cpu_callin_map); cpumask_clear_cpu(cpu, &cpu_callin_map);
octeon_fixup_irqs(); octeon_fixup_irqs();
flush_cache_all(); __flush_cache_all();
local_flush_tlb_all(); local_flush_tlb_all();
return 0; return 0;
......
Markdown is supported
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