1
0
Fork 0

[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>
hifive-unleashed-5.1
Ralf Baechle 2006-11-04 23:26:27 +00:00
parent d19f7befe9
commit d6b861c640
1 changed files with 1 additions and 1 deletions

View File

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