Commit d6b861c6 authored by Ralf Baechle's avatar Ralf Baechle

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

This fixes a warning on bootup warning in smp_call_function.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent d19f7bef
......@@ -505,5 +505,5 @@ void sb1_cache_init(void)
:
: "memory");
flush_cache_all();
local_sb1___flush_cache_all();
}
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