From: Ralf Baechle Date: Wed, 27 Jan 2016 17:07:00 +0000 (+0100) Subject: MIPS: Octeon: Use __flush_cache_all instead of flush_cache_all. X-Git-Tag: v4.7-rc1~6^2~288 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9329c154e4a8a253347829c1d8cc416061cc055a;p=platform%2Fkernel%2Flinux-exynos.git MIPS: Octeon: Use __flush_cache_all instead of flush_cache_all. flush_cache_all will go away. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/cavium-octeon/smp.c b/arch/mips/cavium-octeon/smp.c index 42412ba..61a60e4 100644 --- a/arch/mips/cavium-octeon/smp.c +++ b/arch/mips/cavium-octeon/smp.c @@ -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;