commit | d6b861c6402307e30c7df24dcda911df64a5f9d6 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sat Nov 04 23:26:27 2006 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Nov 06 20:55:37 2006 +0000 |
tree | 7d4814320c6ba67796ddb1b48d0814d06f60fe09 | |
parent | d19f7befe929d400df89699eb51b8d7f4ef1b2d8 [diff] |
[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>
diff --git a/arch/mips/mm/c-sb1.c b/arch/mips/mm/c-sb1.c index ea49a77..d0ddb4a 100644 --- a/arch/mips/mm/c-sb1.c +++ b/arch/mips/mm/c-sb1.c
@@ -505,5 +505,5 @@ : : "memory"); - flush_cache_all(); + local_sb1___flush_cache_all(); }