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

Commit 3d160e50 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu: arm-smmu: skip tlb flush during unmap"

parents 3848433c c765bad7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3289,7 +3289,6 @@ static size_t arm_smmu_unmap(struct iommu_domain *domain, unsigned long iova,
	arm_smmu_rpm_get(smmu);
	spin_lock_irqsave(&smmu_domain->cb_lock, flags);
	ret = ops->unmap(ops, iova, size, gather);
	arm_smmu_deferred_flush(smmu_domain);
	spin_unlock_irqrestore(&smmu_domain->cb_lock, flags);
	arm_smmu_rpm_put(smmu);