Kaynağa Gözat

MIPS: Octeon: Use __flush_cache_all instead of flush_cache_all.

flush_cache_all will go away.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 9 yıl önce
ebeveyn
işleme
9329c154e4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      arch/mips/cavium-octeon/smp.c

+ 1 - 1
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;