commit | 3951c41af4a65ba418e6b1b973d398552bedb84f | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Tue Jul 02 16:45:15 2019 +0100 |
committer | Will Deacon <will@kernel.org> | Mon Jul 29 17:22:59 2019 +0100 |
tree | c843641d4cb4a9a9ee1557c7cd068bdef3bd86b7 | |
parent | a2d3a382d6c682e22b263c9e7f0d857c3fa6c9d6 [diff] |
iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page() With all the pieces in place, we can finally propagate the iommu_iotlb_gather structure from the call to unmap() down to the IOMMU drivers' implementation of ->tlb_add_page(). Currently everybody ignores it, but the machinery is now there to defer invalidation. Signed-off-by: Will Deacon <will@kernel.org>