diff options
author | Robin Murphy <robin.murphy@arm.com> | 2017-06-22 16:53:56 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2017-06-23 17:58:01 +0100 |
commit | 523d7423e21bfe78452a640878d1de189ac45d91 (patch) | |
tree | e9761ec9f033acf654096b866a7e50929c281227 /fs/cachefiles | |
parent | 119ff305b02793dc31eb1e921b85925ce10dc0a1 (diff) | |
download | op-kernel-dev-523d7423e21bfe78452a640878d1de189ac45d91.zip op-kernel-dev-523d7423e21bfe78452a640878d1de189ac45d91.tar.gz |
iommu/arm-smmu: Remove io-pgtable spinlock
With the io-pgtable code now robust against (valid) races, we no longer
need to serialise all operations with a lock. This might make broken
callers who issue concurrent operations on overlapping addresses go even
more wrong than before, but hey, they already had little hope of useful
or deterministic results.
We do however still have to keep a lock around to serialise the ATS1*
translation ops, as parallel iova_to_phys() calls could lead to
unpredictable hardware behaviour otherwise.
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'fs/cachefiles')
0 files changed, 0 insertions, 0 deletions