diff options
Diffstat (limited to 'arch/x86/kernel/smp_64.c')
-rw-r--r-- | arch/x86/kernel/smp_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smp_64.c b/arch/x86/kernel/smp_64.c index 7142447b5666..02a6533e8909 100644 --- a/arch/x86/kernel/smp_64.c +++ b/arch/x86/kernel/smp_64.c | |||
@@ -136,7 +136,7 @@ asmlinkage void smp_invalidate_interrupt(struct pt_regs *regs) | |||
136 | * orig_rax contains the negated interrupt vector. | 136 | * orig_rax contains the negated interrupt vector. |
137 | * Use that to determine where the sender put the data. | 137 | * Use that to determine where the sender put the data. |
138 | */ | 138 | */ |
139 | sender = ~regs->orig_rax - INVALIDATE_TLB_VECTOR_START; | 139 | sender = ~regs->orig_ax - INVALIDATE_TLB_VECTOR_START; |
140 | f = &per_cpu(flush_state, sender); | 140 | f = &per_cpu(flush_state, sender); |
141 | 141 | ||
142 | if (!cpu_isset(cpu, f->flush_cpumask)) | 142 | if (!cpu_isset(cpu, f->flush_cpumask)) |