Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ade6f450 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu/arm-smmu: on domain destroy invlidate domain cfg"

parents 8a610769 2fc40311
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1870,6 +1870,10 @@ free_irqs:

	arm_smmu_free_context_idx(smmu, cfg->cbndx);
	smmu_domain->smmu = NULL;
	cfg->cbndx = INVALID_CBNDX;
	cfg->irptndx = INVALID_IRPTNDX;
	cfg->asid = INVALID_ASID;
	cfg->vmid = INVALID_VMID;
}

static struct iommu_domain *arm_smmu_domain_alloc(unsigned type)