浏览代码

[MIPS] SB1: On bootup only flush cache on local CPU.

This fixes a warning on bootup warning in smp_call_function.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 18 年之前
父节点
当前提交
d6b861c640
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/mm/c-sb1.c

+ 1 - 1
arch/mips/mm/c-sb1.c

@@ -505,5 +505,5 @@ void sb1_cache_init(void)
 	:
 	: "memory");
 
-	flush_cache_all();
+	local_sb1___flush_cache_all();
 }