浏览代码

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>
Ralf Baechle 9 年之前
父节点
当前提交
9329c154e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/cavium-octeon/smp.c

+ 1 - 1
arch/mips/cavium-octeon/smp.c

@@ -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;