Loading drivers/iommu/arm-smmu.c +1 −0 Original line number Diff line number Diff line Loading @@ -1190,6 +1190,7 @@ static void arm_smmu_secure_pool_destroy(struct arm_smmu_domain *smmu_domain) list_for_each_entry_safe(it, i, &smmu_domain->secure_pool_list, list) { arm_smmu_unprepare_pgtable(smmu_domain, it->addr, it->size); /* pages will be freed later (after being unassigned) */ list_del(&it->list); kfree(it); } } Loading Loading
drivers/iommu/arm-smmu.c +1 −0 Original line number Diff line number Diff line Loading @@ -1190,6 +1190,7 @@ static void arm_smmu_secure_pool_destroy(struct arm_smmu_domain *smmu_domain) list_for_each_entry_safe(it, i, &smmu_domain->secure_pool_list, list) { arm_smmu_unprepare_pgtable(smmu_domain, it->addr, it->size); /* pages will be freed later (after being unassigned) */ list_del(&it->list); kfree(it); } } Loading