projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d19f7be
)
[MIPS] SB1: On bootup only flush cache on local CPU.
author
Ralf Baechle
<ralf@linux-mips.org>
Sat, 4 Nov 2006 23:26:27 +0000
(23:26 +0000)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/arch/mips/mm/c-sb1.c
b/arch/mips/mm/c-sb1.c
index
ea49a77
..
d0ddb4a
100644
(file)
--- 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();
}