[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] iommu/arm: Remove arch_iommu_populate_page_table() completely
commit 4fc32c22c0588a4972aa9cf82101cc6f7df71016 Author: Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx> AuthorDate: Mon Sep 30 13:34:31 2019 +0300 Commit: Julien Grall <julien.grall@xxxxxxx> CommitDate: Wed Oct 9 16:34:14 2019 +0100 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 <oleksandr_tyshchenko@xxxxxxxx> Reviewed-by: Paul Durrant <paul@xxxxxxx> Release-acked-by: Juergen Gross <jgross@xxxxxxxx> --- xen/drivers/passthrough/arm/iommu.c | 6 ------ 1 file changed, 6 deletions(-) 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) { } -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |