Loading drivers/iommu/arm-smmu.c +2 −0 Original line number Diff line number Diff line Loading @@ -1635,6 +1635,8 @@ static int arm_smmu_init_domain_context(struct iommu_domain *domain, /* Update the domain's page sizes to reflect the page table format */ domain->pgsize_bitmap = smmu_domain->pgtbl_cfg.pgsize_bitmap; domain->geometry.aperture_end = (1UL << ias) - 1; domain->geometry.force_aperture = true; /* Assign an asid */ ret = arm_smmu_init_asid(domain, smmu); Loading Loading
drivers/iommu/arm-smmu.c +2 −0 Original line number Diff line number Diff line Loading @@ -1635,6 +1635,8 @@ static int arm_smmu_init_domain_context(struct iommu_domain *domain, /* Update the domain's page sizes to reflect the page table format */ domain->pgsize_bitmap = smmu_domain->pgtbl_cfg.pgsize_bitmap; domain->geometry.aperture_end = (1UL << ias) - 1; domain->geometry.force_aperture = true; /* Assign an asid */ ret = arm_smmu_init_asid(domain, smmu); Loading