aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/iommu.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-12-15 11:56:25 +0000
committerKeir Fraser <keir@xen.org>2010-12-15 11:56:25 +0000
commit05c9759b59608a63400702e149500a50c4f3eabc (patch)
tree12f7e3571552d7737169d637d3ae6a3d4968e46c /xen/include/xen/iommu.h
parent613407d5903e76e51f3573b3a465b064cb390331 (diff)
downloadxen-05c9759b59608a63400702e149500a50c4f3eabc.tar.gz
xen-05c9759b59608a63400702e149500a50c4f3eabc.tar.bz2
xen-05c9759b59608a63400702e149500a50c4f3eabc.zip
x86: x2apic pre-enabled but intr-remapping is not enabled
Make it aligned with Linux kernel. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Removed unnecessary bits from the original patch, and removed intremap_enabled() with its only caller gone. Signed-off-by: Jan Beulich <jbeulich@novell.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 f516bcca16..5c6fcf3d66 100644
--- a/xen/include/xen/iommu.h
+++ b/xen/include/xen/iommu.h
@@ -64,7 +64,6 @@ int iommu_setup(void);
int iommu_supports_eim(void);
int iommu_enable_IR(void);
void iommu_disable_IR(void);
-int intremap_enabled(void);
int iommu_add_device(struct pci_dev *pdev);
int iommu_remove_device(struct pci_dev *pdev);