You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user