summaryrefslogtreecommitdiffstats
path: root/arch/mips/loongson64
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2016-01-27 19:02:12 +0100
committerRalf Baechle <ralf@linux-mips.org>2016-05-13 14:01:38 +0200
commit429365b2a1a90b593a730f54819a4c5dfd98553b (patch)
tree52933d02d15273ff634f48296c30ebf47414724f /arch/mips/loongson64
parenta48ac3a131c1675de4c8293f59f6864db2a83240 (diff)
downloadop-kernel-dev-429365b2a1a90b593a730f54819a4c5dfd98553b.zip
op-kernel-dev-429365b2a1a90b593a730f54819a4c5dfd98553b.tar.gz
MIPS: Loongson64: Remove call to flush_cache_all().
flush_cache_all() is a nop and loongson 3 is fully coherent. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/loongson64')
-rw-r--r--arch/mips/loongson64/loongson-3/smp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/loongson64/loongson-3/smp.c b/arch/mips/loongson64/loongson-3/smp.c
index 509832a9..b913cd2 100644
--- a/arch/mips/loongson64/loongson-3/smp.c
+++ b/arch/mips/loongson64/loongson-3/smp.c
@@ -421,7 +421,6 @@ static int loongson3_cpu_disable(void)
local_irq_save(flags);
fixup_irqs();
local_irq_restore(flags);
- flush_cache_all();
local_flush_tlb_all();
return 0;
OpenPOWER on IntegriCloud