From: Oleksandr Tyshchenko Date: Mon, 30 Sep 2019 10:34:31 +0000 (+0300) Subject: iommu/arm: Remove arch_iommu_populate_page_table() completely X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1312 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4fc32c22c0588a4972aa9cf82101cc6f7df71016;p=xen.git iommu/arm: Remove arch_iommu_populate_page_table() completely The Arm realization should have been removed in the following commit as redundant: f89f555 remove late (on-demand) construction of IOMMU page tables So, remove unused function completely. Fixes: f89f555 ('remove late (on-demand) construction of IOMMU page tables') Signed-off-by: Oleksandr Tyshchenko Reviewed-by: Paul Durrant Release-acked-by: Juergen Gross --- diff --git a/xen/drivers/passthrough/arm/iommu.c b/xen/drivers/passthrough/arm/iommu.c index 76e11528e6..db3b07a571 100644 --- a/xen/drivers/passthrough/arm/iommu.c +++ b/xen/drivers/passthrough/arm/iommu.c @@ -132,12 +132,6 @@ void arch_iommu_domain_destroy(struct domain *d) { } -int arch_iommu_populate_page_table(struct domain *d) -{ - /* The IOMMU shares the p2m with the CPU */ - return -ENOSYS; -} - void __hwdom_init arch_iommu_hwdom_init(struct domain *d) { }