aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/io_apic.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-03-17 10:45:24 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-03-17 10:45:24 +0000
commit168c389917eae8b7df0662d1974d6ff7df1d6030 (patch)
tree05fbeeb62f93bd1c86f36aa15e0a06aec8d24364 /xen/include/asm-x86/io_apic.h
parent33c8483360bba3536dc678a94e7f70cb75828066 (diff)
downloadxen-168c389917eae8b7df0662d1974d6ff7df1d6030.tar.gz
xen-168c389917eae8b7df0662d1974d6ff7df1d6030.tar.bz2
xen-168c389917eae8b7df0662d1974d6ff7df1d6030.zip
Move iommu code to arch-generic locations, and also clean up some VT-d code.
Signed-off-by: Weidong Han <weidong.han@intel.com>
Diffstat (limited to 'xen/include/asm-x86/io_apic.h')
-rw-r--r--xen/include/asm-x86/io_apic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/io_apic.h b/xen/include/asm-x86/io_apic.h
index 86c91b6762..00fafcf55d 100644
--- a/xen/include/asm-x86/io_apic.h
+++ b/xen/include/asm-x86/io_apic.h
@@ -6,7 +6,7 @@
#include <asm/mpspec.h>
#include <asm/apicdef.h>
#include <asm/fixmap.h>
-#include <asm/iommu.h>
+#include <xen/iommu.h>
/*
* Intel IO-APIC support for SMP and UP systems.