Skip to content

Commit

Permalink
MIPS: Octeon: Use __flush_cache_all instead of flush_cache_all.
Browse files Browse the repository at this point in the history
flush_cache_all will go away.

Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ralfbaechle committed May 13, 2016
1 parent 81424d0 commit 9329c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/cavium-octeon/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9329c15

Please sign in to comment.