summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle2006-11-05 00:26:27 +0100
committerRalf Baechle2006-11-06 21:55:37 +0100
commitd6b861c6402307e30c7df24dcda911df64a5f9d6 (patch)
tree7d4814320c6ba67796ddb1b48d0814d06f60fe09 /arch
parent[MIPS] Ocelot 3: Fix large number of warnings. (diff)
downloadkernel-qcow2-linux-d6b861c6402307e30c7df24dcda911df64a5f9d6.tar.gz
kernel-qcow2-linux-d6b861c6402307e30c7df24dcda911df64a5f9d6.tar.xz
kernel-qcow2-linux-d6b861c6402307e30c7df24dcda911df64a5f9d6.zip
[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 <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/mm/c-sb1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/c-sb1.c b/arch/mips/mm/c-sb1.c
index ea49a775bf28..d0ddb4a768a5 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();
}