On Mon, Jun 09, 2025 at 03:15:47PM -0700, Nicolin Chen wrote: > On Mon, Jun 09, 2025 at 05:41:25PM -0300, Jason Gunthorpe wrote: > > The driver never reads this value, arm_smmu_domain_finalise() always sets > > domain.pgsize_bitmap to pgtbl_cfg, which comes from the per-smmu > > calculated value. > > > > Remove the ops version entirely, the related dead code and make > > arm_smmu_ops const. > > > > Reviewed-by: Kevin Tian <kevin.tian@xxxxxxxxx> > > Acked-by: Will Deacon <will@xxxxxxxxxx> > > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > > Reviewed-by: Nicolin Chen <nicolinc@xxxxxxxxxx> > > Is "qiommu" a typo in the subject? Yeah Thanks, Jason