commit | 4fcf8544fc677fc8af135f1d86b3ba69c4ad429d | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Tue Jul 02 16:43:57 2019 +0100 |
committer | Will Deacon <will@kernel.org> | Wed Jul 24 13:35:27 2019 +0100 |
tree | 172f536ba5c9db2f4b79e679f49499a4efba0b8a | |
parent | a7d20dc19d9ea7012227be5144353012ffa3ddc4 [diff] |
iommu: Introduce iommu_iotlb_gather_add_page() Introduce a helper function for drivers to use when updating an iommu_iotlb_gather structure in response to an ->unmap() call, rather than having to open-code the logic in every page-table implementation. Signed-off-by: Will Deacon <will@kernel.org>