MIPS: Octeon: Use __flush_cache_all instead of flush_cache_all.

flush_cache_all will go away.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2016-01-27 18:07:00 +01:00
parent 81424d0ad0
commit 9329c154e4
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ static int octeon_cpu_disable(void)
cpumask_clear_cpu(cpu, &cpu_callin_map);
octeon_fixup_irqs();
flush_cache_all();
__flush_cache_all();
local_flush_tlb_all();
return 0;