]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/arm-smmu: Get rid of weird "atomic" write
authorRobin Murphy <robin.murphy@arm.com>
Thu, 15 Aug 2019 18:37:28 +0000 (19:37 +0100)
committerWill Deacon <will@kernel.org>
Mon, 19 Aug 2019 15:52:47 +0000 (16:52 +0100)
commit1c96243d5dbd0165b63dc78e29cda22080c6b3f0
tree9964c959f95cc0bcabbf7444c259d320776eba11
parentf923d7fa30155e7d0ea38c0c26e36ac8ae4359a3
iommu/arm-smmu: Get rid of weird "atomic" write

The smmu_write_atomic_lq oddity made some sense when the context
format was effectively tied to CONFIG_64BIT, but these days it's
simpler to just pick an explicit access size based on the format
for the one-and-a-half times we actually care.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm-smmu.c