Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6b861c6 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -505,5 +505,5 @@ void sb1_cache_init(void)
	:
	: "memory");

	flush_cache_all();
	local_sb1___flush_cache_all();
}