mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 13:26:41 +07:00
cpumask: Use smp_call_function_many(): sparc64
Impact: Use new API Change smp_call_function_mask() callers to smp_call_function_many(). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Mike Travis <travis@sgi.com>
This commit is contained in:
parent
5bee17f18b
commit
fd8e18e9f4
@ -850,7 +850,7 @@ static void tsb_sync(void *info)
|
||||
|
||||
void smp_tsb_sync(struct mm_struct *mm)
|
||||
{
|
||||
smp_call_function_mask(mm->cpu_vm_mask, tsb_sync, mm, 1);
|
||||
smp_call_function_many(&mm->cpu_vm_mask, tsb_sync, mm, 1);
|
||||
}
|
||||
|
||||
extern unsigned long xcall_flush_tlb_mm;
|
||||
|
Loading…
Reference in New Issue
Block a user