projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81424d0
)
MIPS: Octeon: Use __flush_cache_all instead of flush_cache_all.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 27 Jan 2016 17:07:00 +0000
(18:07 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 13 May 2016 12:01:37 +0000
(14:01 +0200)
flush_cache_all will go away.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/cavium-octeon/smp.c
patch
|
blob
|
history
diff --git
a/arch/mips/cavium-octeon/smp.c
b/arch/mips/cavium-octeon/smp.c
index
42412ba
..
61a60e4
100644
(file)
--- a/
arch/mips/cavium-octeon/smp.c
+++ b/
arch/mips/cavium-octeon/smp.c
@@
-242,7
+242,7
@@
static int octeon_cpu_disable(void)
cpumask_clear_cpu(cpu, &cpu_callin_map);
octeon_fixup_irqs();
- flush_cache_all();
+
__
flush_cache_all();
local_flush_tlb_all();
return 0;