[PATCH] KVM: x86: Fix compile when CONFIG_DMAR is not defined

2008-09-16 Thread Amit Shah
intel_iommu_found() is not defined if CONFIG_DMAR is not defined Signed-off-by: Amit Shah [EMAIL PROTECTED] --- include/linux/kvm_host.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 6252802..5b9d713 100644

Re: [PATCH] KVM: x86: Fix compile when CONFIG_DMAR is not defined

2008-09-16 Thread Avi Kivity
Amit Shah wrote: intel_iommu_found() is not defined if CONFIG_DMAR is not defined Signed-off-by: Amit Shah [EMAIL PROTECTED] --- include/linux/kvm_host.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index

[PATCH] KVM: x86: Fix compile when CONFIG_DMAR is not defined

2008-09-16 Thread Amit Shah
intel_iommu_found() is not defined if CONFIG_DMAR is not defined Signed-off-by: Amit Shah [EMAIL PROTECTED] --- include/linux/intel-iommu.h | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/include/linux/intel-iommu.h b/include/linux/intel-iommu.h index