Skip to content

Commit

Permalink
MIPS: Loongson64: Remove call to flush_cache_all().
Browse files Browse the repository at this point in the history
flush_cache_all() is a nop and loongson 3 is fully coherent.

Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ralfbaechle committed May 13, 2016
1 parent a48ac3a commit 429365b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/loongson64/loongson-3/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 429365b

Please sign in to comment.