x86: rename the struct pt_regs members for 32/64-bit consistency
[sfrench/cifs-2.6.git] / arch / x86 / kernel / smp_64.c
index 7142447b56661b4e6e7cefcf8e7b1859d96b3d3c..02a6533e8909e153e18b56609747733853883955 100644 (file)
@@ -136,7 +136,7 @@ asmlinkage void smp_invalidate_interrupt(struct pt_regs *regs)
         * orig_rax contains the negated interrupt vector.
         * Use that to determine where the sender put the data.
         */
-       sender = ~regs->orig_rax - INVALIDATE_TLB_VECTOR_START;
+       sender = ~regs->orig_ax - INVALIDATE_TLB_VECTOR_START;
        f = &per_cpu(flush_state, sender);
 
        if (!cpu_isset(cpu, f->flush_cpumask))