commit | 58188afeb727e0f73706f1460707bd3ba6ccc221 | [log] [tgz] |
---|---|---|
author | Robin Murphy <robin.murphy@arm.com> | Thu Jun 22 16:53:57 2017 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Fri Jun 23 17:58:01 2017 +0100 |
tree | 9fca03971c4a362fdd9476509f6e36b9c8069ca7 | |
parent | 523d7423e21bfe78452a640878d1de189ac45d91 [diff] |
iommu/arm-smmu-v3: Remove io-pgtable spinlock As for SMMUv2, take advantage of io-pgtable's newfound tolerance for concurrency. Unfortunately in this case the command queue lock remains a point of serialisation for the unmap path, but there may be a little more we can do to ameliorate that in future. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>