mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 08:50:17 -04:00
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user