Re: [PATCH v2 4/5] iommu: Do not call domain_alloc() in iommu_sva_domain_alloc()

2025-02-27 Thread Baolu Lu
On 2/28/25 08:20, Jason Gunthorpe wrote: No driver implements SVA under domain_alloc() anymore, this is dead code. Signed-off-by: Jason Gunthorpe Reviewed-by: Lu Baolu

[PATCH v2 4/5] iommu: Do not call domain_alloc() in iommu_sva_domain_alloc()

2025-02-27 Thread Jason Gunthorpe
No driver implements SVA under domain_alloc() anymore, this is dead code. Signed-off-by: Jason Gunthorpe --- drivers/iommu/iommu-sva.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/drivers/iommu/iommu-sva.c b/drivers/iommu/iommu-sva.c index 503c5d23c1ea27..b