[PATCH v3 9/9] iommu/arm-smmu-v3: Use S2FWB for NESTED domains
Jason Gunthorpe
jgg at nvidia.com
Fri Oct 11 07:00:35 PDT 2024
On Wed, Oct 09, 2024 at 10:42:04AM -0700, Nicolin Chen wrote:
> > @@ -265,6 +266,7 @@ static inline u32 arm_smmu_strtab_l2_idx(u32 sid)
> > #define STRTAB_STE_1_S1CSH GENMASK_ULL(7, 6)
> >
> > #define STRTAB_STE_1_S1STALLD (1UL << 27)
> > +#define STRTAB_STE_1_S2FWB (1UL << 25)
>
> Nit: seems that it should be in ascending order.
Done
Jason
More information about the linux-arm-kernel
mailing list