]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[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 ea49a775bf2859f0afc1fbfda7d2bab626c3f1c6..d0ddb4a768a50e6d13e30fea902f1b0d36358040 100644 (file)
@@ -505,5 +505,5 @@ void sb1_cache_init(void)
        :
        : "memory");
 
-       flush_cache_all();
+       local_sb1___flush_cache_all();
 }