On Tue, Jun 10, 2025 at 4:41 AM Jason Gunthorpe <[email protected]> wrote: > > These drivers just have a constant value for their page size, move it > into their domain_alloc_paging function before setting up the geometry. > > Reviewed-by: Kevin Tian <[email protected]> > Acked-by: Niklas Schnelle <[email protected]> # for s390-iommu.c > Signed-off-by: Jason Gunthorpe <[email protected]> > --- > drivers/iommu/exynos-iommu.c | 3 ++- > drivers/iommu/ipmmu-vmsa.c | 4 ++-- > drivers/iommu/mtk_iommu_v1.c | 3 ++- > drivers/iommu/omap-iommu.c | 3 ++- > drivers/iommu/rockchip-iommu.c | 3 ++- > drivers/iommu/s390-iommu.c | 2 +- > drivers/iommu/sprd-iommu.c | 3 ++- > drivers/iommu/sun50i-iommu.c | 3 ++-
Acked-by: Chen-Yu Tsai <[email protected]> # sun50i-iommu.c
