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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9329c154e4a8a253347829c1d8cc416061cc055a;p=linux-beck.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 42412ba0f3bf..61a60e424424 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;