commit | 19de40a8472fa64693eab844911eec277d489f6c | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Wed Dec 03 14:43:34 2008 +0100 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Sat Jan 03 14:11:07 2009 +0100 |
tree | 502a8df560341ad715965ed39db33c720c657066 | |
parent | 1aaf118352b85bb359ce28070bcc478f659a7031 [diff] [blame] |
KVM: change KVM to use IOMMU API Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
diff --git a/arch/ia64/kvm/Makefile b/arch/ia64/kvm/Makefile index cb69dfc..0bb99b7 100644 --- a/arch/ia64/kvm/Makefile +++ b/arch/ia64/kvm/Makefile
@@ -51,7 +51,7 @@ common-objs = $(addprefix ../../../virt/kvm/, kvm_main.o ioapic.o \ coalesced_mmio.o irq_comm.o) -ifeq ($(CONFIG_DMAR),y) +ifeq ($(CONFIG_IOMMU_API),y) common-objs += $(addprefix ../../../virt/kvm/, iommu.o) endif