commit | 71e8a8cdaff995a46e3e186a736636747cbd2f50 | [log] [tgz] |
---|---|---|
author | Robin Murphy <robin.murphy@arm.com> | Thu Aug 15 19:37:27 2019 +0100 |
committer | Will Deacon <will@kernel.org> | Mon Aug 19 16:52:47 2019 +0100 |
tree | 7350fd9dd885bb99a1ddd0a8419d83fda89911e2 | |
parent | 490325e0c123b2f1f393a679805c580ee69cd2f6 [diff] |
iommu/arm-smmu: Split arm_smmu_tlb_inv_range_nosync() Since we now use separate iommu_gather_ops for stage 1 and stage 2 contexts, we may as well divide up the monolithic callback into its respective stage 1 and stage 2 parts. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Will Deacon <will@kernel.org>