x86: rename the struct pt_regs members for 32/64-bit consistency
[deliverable/linux.git] / arch / x86 / xen / events.c
index 6d1da5809e6fd34bcd3ba84fdff0335949f4b78b..aebab9704dd743dbfbc6ef03bfcd79ded54e8d8d 100644 (file)
@@ -487,7 +487,7 @@ fastcall void xen_evtchn_do_upcall(struct pt_regs *regs)
                        int irq = evtchn_to_irq[port];
 
                        if (irq != -1) {
-                               regs->orig_eax = ~irq;
+                               regs->orig_ax = ~irq;
                                do_IRQ(regs);
                        }
                }
This page took 0.032378 seconds and 5 git commands to generate.