Skip to content

Commit

Permalink
[MIPS] SB1: On bootup only flush cache on local CPU.
Browse files Browse the repository at this point in the history
This fixes a warning on bootup warning in smp_call_function.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Nov 6, 2006
1 parent d19f7be commit d6b861c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/mm/c-sb1.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,5 +505,5 @@ void sb1_cache_init(void)
:
: "memory");

flush_cache_all();
local_sb1___flush_cache_all();
}

0 comments on commit d6b861c

Please sign in to comment.