[PATCH v3 4/9] iommu/arm-smmu-v3: Reorganize struct arm_smmu_strtab_cfg
Jason Gunthorpe
jgg at nvidia.com
Fri Sep 6 08:06:25 PDT 2024
On Fri, Sep 06, 2024 at 02:19:17PM +0100, Will Deacon wrote:
> > @@ -207,10 +207,8 @@
> > #define STRTAB_L1_DESC_SPAN GENMASK_ULL(4, 0)
> > #define STRTAB_L1_DESC_L2PTR_MASK GENMASK_ULL(51, 6)
> >
> > -#define STRTAB_STE_DWORDS 8
> > -
> > struct arm_smmu_ste {
> > - __le64 data[STRTAB_STE_DWORDS];
> > + __le64 data[8];
> > };
>
> As discussed before, please keep this part as-is (i.e. __le64
> data[STRTAB_STE_DWORDS])
Missed this one, sorry
Jason
More information about the linux-arm-kernel
mailing list