aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/vioapic.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-06-11 17:47:49 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-06-11 17:47:49 +0100
commit5536c6247b0bb424535e31d125aeafd7e93e226a (patch)
treec378ae7710c7aeff327d5cc4d87a5d06da986973 /xen/arch/x86/hvm/vioapic.c
parent6f394524c2ac1db90e03ad67d4b1c71885e95699 (diff)
downloadxen-5536c6247b0bb424535e31d125aeafd7e93e226a.tar.gz
xen-5536c6247b0bb424535e31d125aeafd7e93e226a.tar.bz2
xen-5536c6247b0bb424535e31d125aeafd7e93e226a.zip
x86: Do not include apic.h/io_apic.h from asm/smp.h
...and fix up the ensuing fall-out of implicit dependencies Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/arch/x86/hvm/vioapic.c')
-rw-r--r--xen/arch/x86/hvm/vioapic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/hvm/vioapic.c b/xen/arch/x86/hvm/vioapic.c
index 9c0033a23e..6e6b94ea7b 100644
--- a/xen/arch/x86/hvm/vioapic.c
+++ b/xen/arch/x86/hvm/vioapic.c
@@ -39,6 +39,7 @@
#include <asm/hvm/support.h>
#include <asm/current.h>
#include <asm/event.h>
+#include <asm/io_apic.h>
/* HACK: Route IRQ0 only to VCPU0 to prevent time jumps. */
#define IRQ0_SPECIAL_ROUTING 1