From: Ralf Baechle Date: Sat, 4 Nov 2006 23:26:27 +0000 (+0000) Subject: [MIPS] SB1: On bootup only flush cache on local CPU. X-Git-Tag: v2.6.19-rc5~5^2~6 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d6b861c6402307e30c7df24dcda911df64a5f9d6;p=~emulex%2Finfiniband.git [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 --- diff --git a/arch/mips/mm/c-sb1.c b/arch/mips/mm/c-sb1.c index ea49a775bf2..d0ddb4a768a 100644 --- a/arch/mips/mm/c-sb1.c +++ b/arch/mips/mm/c-sb1.c @@ -505,5 +505,5 @@ void sb1_cache_init(void) : : "memory"); - flush_cache_all(); + local_sb1___flush_cache_all(); }