diff options
| -rw-r--r-- | arch/x86/kernel/tlb_64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/tlb_64.c b/arch/x86/kernel/tlb_64.c index 54ee2ecb5e26..7f4141d3b661 100644 --- a/arch/x86/kernel/tlb_64.c +++ b/arch/x86/kernel/tlb_64.c | |||
| @@ -188,7 +188,8 @@ static void flush_tlb_others_ipi(const struct cpumask *cpumask, | |||
| 188 | * We have to send the IPI only to | 188 | * We have to send the IPI only to |
| 189 | * CPUs affected. | 189 | * CPUs affected. |
| 190 | */ | 190 | */ |
| 191 | send_IPI_mask(f->flush_cpumask, INVALIDATE_TLB_VECTOR_START + sender); | 191 | send_IPI_mask(to_cpumask(f->flush_cpumask), |
| 192 | INVALIDATE_TLB_VECTOR_START + sender); | ||
| 192 | 193 | ||
| 193 | while (!cpumask_empty(to_cpumask(f->flush_cpumask))) | 194 | while (!cpumask_empty(to_cpumask(f->flush_cpumask))) |
| 194 | cpu_relax(); | 195 | cpu_relax(); |
