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

Commit 9329c154 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Octeon: Use __flush_cache_all instead of flush_cache_all.



flush_cache_all will go away.

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