commit | 30d2acb67348537dbf3180057c11f092f4603090 | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Fri Jan 10 11:40:33 2020 +0000 |
committer | Will Deacon <will@kernel.org> | Fri Jan 10 15:39:43 2020 +0000 |
tree | 5aa2c21ab73f1d38b2f7392ca85044d708a2d756 | |
parent | d1e5f26f14272b5039cc198569ec4fabed14e6db [diff] |
iommu/io-pgtable-arm: Support non-coherent stage-2 page tables Commit 9e6ea59f3ff3 ("iommu/io-pgtable: Support non-coherent page tables") added support for non-coherent page-table walks to the Arm IOMMU page-table backends. Unfortunately, it left the stage-2 allocator unchanged, so let's hook that up in the same way. Cc: Bjorn Andersson <bjorn.andersson@linaro.org> Cc: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Will Deacon <will@kernel.org>