diff options
Diffstat (limited to 'arch/riscv/mm/cacheflush.c')
| -rw-r--r-- | arch/riscv/mm/cacheflush.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/riscv/mm/cacheflush.c b/arch/riscv/mm/cacheflush.c index 89f81067e09e..6cb7d96ad9c7 100644 --- a/arch/riscv/mm/cacheflush.c +++ b/arch/riscv/mm/cacheflush.c @@ -67,10 +67,7 @@ void flush_icache_mm(struct mm_struct *mm, bool local)  		 */  		smp_mb();  	} else if (IS_ENABLED(CONFIG_RISCV_SBI)) { -		cpumask_t hartid_mask; - -		riscv_cpuid_to_hartid_mask(&others, &hartid_mask); -		sbi_remote_fence_i(cpumask_bits(&hartid_mask)); +		sbi_remote_fence_i(&others);  	} else {  		on_each_cpu_mask(&others, ipi_remote_fence_i, NULL, 1);  	}  | 
