[PATCH 3/7] iommu: Remove ops.pgsize_bitmap from drivers that don't use it
Baolu Lu
baolu.lu at linux.intel.com
Tue Apr 29 19:32:46 PDT 2025
On 4/29/25 22:34, Jason Gunthorpe wrote:
> These drivers all set the domain->pgsize_bitmap in their
> domain_alloc_paging() functions, so the ops value is never used. Delete
> it.
>
> Signed-off-by: Jason Gunthorpe<jgg at nvidia.com>
> ---
> drivers/iommu/apple-dart.c | 1 -
> drivers/iommu/intel/iommu.c | 1 -
> drivers/iommu/iommufd/selftest.c | 1 -
> drivers/iommu/riscv/iommu.c | 1 -
> drivers/iommu/virtio-iommu.c | 6 ++----
> 5 files changed, 2 insertions(+), 8 deletions(-)
For intel vt-d driver,
Reviewed-by: Lu Baolu <baolu.lu at linux.intel.com>
More information about the Linux-mediatek
mailing list