summaryrefslogtreecommitdiff
path: root/xen/drivers/passthrough/iommu.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/drivers/passthrough/iommu.c')
-rw-r--r--xen/drivers/passthrough/iommu.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/xen/drivers/passthrough/iommu.c b/xen/drivers/passthrough/iommu.c
index 87f9a857bb..a58703d3fa 100644
--- a/xen/drivers/passthrough/iommu.c
+++ b/xen/drivers/passthrough/iommu.c
@@ -523,14 +523,6 @@ int iommu_do_domctl(
return ret;
}
-void iommu_share_p2m_table(struct domain* d)
-{
- ASSERT(hap_enabled(d));
-
- if ( iommu_use_hap_pt(d) )
- iommu_get_ops()->share_p2m(d);
-}
-
void iommu_crash_shutdown(void)
{
if ( !iommu_crash_disable )