提交 9329c154 编写于 作者: R Ralf Baechle

MIPS: Octeon: Use __flush_cache_all instead of flush_cache_all.

flush_cache_all will go away.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 81424d0a
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册