aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/events.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/xen/events.c')
-rw-r--r--drivers/xen/events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/events.c b/drivers/xen/events.c
index cf1712fb1c46..5aa422a3c3cd 100644
--- a/drivers/xen/events.c
+++ b/drivers/xen/events.c
@@ -553,7 +553,7 @@ static void ack_pirq(struct irq_data *data)
553{ 553{
554 int evtchn = evtchn_from_irq(data->irq); 554 int evtchn = evtchn_from_irq(data->irq);
555 555
556 irq_move_irq(data); 556 move_native_irq(data->irq);
557 557
558 if (VALID_EVTCHN(evtchn)) { 558 if (VALID_EVTCHN(evtchn)) {
559 mask_evtchn(evtchn); 559 mask_evtchn(evtchn);