aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/amd-iommu.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-04-21 10:33:40 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-04-21 10:33:40 +0100
commitb8038beeeba1d14e3c843ba4de0f281c4595344c (patch)
tree15278da56cafabe00f53a8f11de206cad092d59b /xen/include/asm-x86/amd-iommu.h
parent46163648717d370e5ed7890a43a5c92d1f220e0f (diff)
downloadxen-b8038beeeba1d14e3c843ba4de0f281c4595344c.tar.gz
xen-b8038beeeba1d14e3c843ba4de0f281c4595344c.tar.bz2
xen-b8038beeeba1d14e3c843ba4de0f281c4595344c.zip
iommu: Consolidate iommu enablement logic. Now there is only one
command-line parameter for disabling IOV/VTD: "iommu"/"no-iommu". Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/amd-iommu.h')
-rw-r--r--xen/include/asm-x86/amd-iommu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/asm-x86/amd-iommu.h b/xen/include/asm-x86/amd-iommu.h
index f896088f8d..8acfb55189 100644
--- a/xen/include/asm-x86/amd-iommu.h
+++ b/xen/include/asm-x86/amd-iommu.h
@@ -28,7 +28,6 @@
#define iommu_found() (!list_empty(&amd_iommu_head))
-extern int amd_iommu_enabled;
extern struct list_head amd_iommu_head;
extern int __init amd_iov_detect(void);