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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/xen/events.c b/drivers/xen/events.c
index 07e56e5a5d2d..239b011ef56f 100644
--- a/drivers/xen/events.c
+++ b/drivers/xen/events.c
@@ -36,6 +36,7 @@
36#include <asm/idle.h> 36#include <asm/idle.h>
37#include <asm/io_apic.h> 37#include <asm/io_apic.h>
38#include <asm/sync_bitops.h> 38#include <asm/sync_bitops.h>
39#include <asm/xen/pci.h>
39#include <asm/xen/hypercall.h> 40#include <asm/xen/hypercall.h>
40#include <asm/xen/hypervisor.h> 41#include <asm/xen/hypervisor.h>
41 42
@@ -75,7 +76,8 @@ enum xen_irq_type {
75 * event channel - irq->event channel mapping 76 * event channel - irq->event channel mapping
76 * cpu - cpu this event channel is bound to 77 * cpu - cpu this event channel is bound to
77 * index - type-specific information: 78 * index - type-specific information:
78 * PIRQ - vector, with MSB being "needs EIO" 79 * PIRQ - vector, with MSB being "needs EIO", or physical IRQ of the HVM
80 * guest, or GSI (real passthrough IRQ) of the device.
79 * VIRQ - virq number 81 * VIRQ - virq number
80 * IPI - IPI vector 82 * IPI - IPI vector
81 * EVTCHN - 83 * EVTCHN -