Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 429365b2 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Loongson64: Remove call to flush_cache_all().



flush_cache_all() is a nop and loongson 3 is fully coherent.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent a48ac3a1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;