aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/iommu.h
diff options
context:
space:
mode:
authorWei Wang <wei.wang2@amd.com>2011-07-21 14:37:47 +0100
committerWei Wang <wei.wang2@amd.com>2011-07-21 14:37:47 +0100
commite1e0049b1f2b9258accaa28a6d384ba8315b5889 (patch)
treed898d0460f3b71b93941e99e480f364099151f9f /xen/include/xen/iommu.h
parent59eb07215bbdff55e701999b9d0bb0af4e4f30ef (diff)
downloadxen-e1e0049b1f2b9258accaa28a6d384ba8315b5889.tar.gz
xen-e1e0049b1f2b9258accaa28a6d384ba8315b5889.tar.bz2
xen-e1e0049b1f2b9258accaa28a6d384ba8315b5889.zip
AMD IOMMU: remove global interrupt remapping table
...use per-device table instead. This should work with per-cpu IDTs. We are safe to remove global table since SATA device id issue doee not appear in recent production BIOS. Signed-off-by: Wei Wang <wei.wang2@amd.com>
Diffstat (limited to 'xen/include/xen/iommu.h')
-rw-r--r--xen/include/xen/iommu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/xen/iommu.h b/xen/include/xen/iommu.h
index a8a60f9ae3..0502277d76 100644
--- a/xen/include/xen/iommu.h
+++ b/xen/include/xen/iommu.h
@@ -32,7 +32,6 @@ extern bool_t iommu_workaround_bios_bug, iommu_passthrough;
extern bool_t iommu_snoop, iommu_qinval, iommu_intremap;
extern bool_t iommu_hap_pt_share;
extern bool_t iommu_debug;
-extern bool_t amd_iommu_perdev_intremap;
extern struct rangeset *mmio_ro_ranges;