[MIPS] SB1: On bootup only flush cache on local CPU.
authorRalf Baechle <ralf@linux-mips.org>
Sat, 4 Nov 2006 23:26:27 +0000 (23:26 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 6 Nov 2006 20:55:37 +0000 (20:55 +0000)
This fixes a warning on bootup warning in smp_call_function.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/c-sb1.c

index ea49a77..d0ddb4a 100644 (file)
@@ -505,5 +505,5 @@ void sb1_cache_init(void)
        :
        : "memory");
 
-       flush_cache_all();
+       local_sb1___flush_cache_all();
 }