aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/tlb_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/tlb_64.c b/arch/x86/kernel/tlb_64.c
index 7a3f9891302d..54ee2ecb5e26 100644
--- a/arch/x86/kernel/tlb_64.c
+++ b/arch/x86/kernel/tlb_64.c
@@ -188,7 +188,7 @@ 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(cpumask, INVALIDATE_TLB_VECTOR_START + sender); 191 send_IPI_mask(f->flush_cpumask, INVALIDATE_TLB_VECTOR_START + sender);
192 192
193 while (!cpumask_empty(to_cpumask(f->flush_cpumask))) 193 while (!cpumask_empty(to_cpumask(f->flush_cpumask)))
194 cpu_relax(); 194 cpu_relax();