aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/Makefile
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/arch/x86/hvm/Makefile
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/arch/x86/hvm/Makefile')
-rw-r--r--xen/arch/x86/hvm/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/arch/x86/hvm/Makefile b/xen/arch/x86/hvm/Makefile
index a480d584ea..48506dd886 100644
--- a/xen/arch/x86/hvm/Makefile
+++ b/xen/arch/x86/hvm/Makefile
@@ -6,7 +6,6 @@ obj-y += hvm.o
obj-y += i8254.o
obj-y += intercept.o
obj-y += io.o
-obj-y += iommu.o
obj-y += irq.o
obj-y += mtrr.o
obj-y += pmtimer.o