diff options
Diffstat (limited to 'arch/x86/xen/events.c')
-rw-r--r-- | arch/x86/xen/events.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/events.c b/arch/x86/xen/events.c index 6d1da5809e6f..aebab9704dd7 100644 --- a/arch/x86/xen/events.c +++ b/arch/x86/xen/events.c | |||
@@ -487,7 +487,7 @@ fastcall void xen_evtchn_do_upcall(struct pt_regs *regs) | |||
487 | int irq = evtchn_to_irq[port]; | 487 | int irq = evtchn_to_irq[port]; |
488 | 488 | ||
489 | if (irq != -1) { | 489 | if (irq != -1) { |
490 | regs->orig_eax = ~irq; | 490 | regs->orig_ax = ~irq; |
491 | do_IRQ(regs); | 491 | do_IRQ(regs); |
492 | } | 492 | } |
493 | } | 493 | } |