mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 08:50:54 +07:00
x86: fix broken flush_tlb_others_ipi(), fix
Impact: cleanup Use the proper type. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
d2287f5ebe
commit
54da5b3d44
@ -188,7 +188,8 @@ static void flush_tlb_others_ipi(const struct cpumask *cpumask,
|
||||
* We have to send the IPI only to
|
||||
* CPUs affected.
|
||||
*/
|
||||
send_IPI_mask(f->flush_cpumask, INVALIDATE_TLB_VECTOR_START + sender);
|
||||
send_IPI_mask(to_cpumask(f->flush_cpumask),
|
||||
INVALIDATE_TLB_VECTOR_START + sender);
|
||||
|
||||
while (!cpumask_empty(to_cpumask(f->flush_cpumask)))
|
||||
cpu_relax();
|
||||
|
Loading…
Reference in New Issue
Block a user