commit | 298f78895b081911e0b3605f07d79ebd3d4cf7b0 | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Tue Jul 02 16:43:34 2019 +0100 |
committer | Will Deacon <will@kernel.org> | Wed Jul 24 13:32:33 2019 +0100 |
tree | f4ba760feb4069d598671753468e716aa223fc41 | |
parent | f71da46719460acd5afa411e52dc8cdf1cb9b0ce [diff] |
iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops In preparation for TLB flush gathering in the IOMMU API, rename the iommu_gather_ops structure in io-pgtable to iommu_flush_ops, which better describes its purpose and avoids the potential for confusion between different levels of the API. $ find linux/ -type f -name '*.[ch]' | xargs sed -i 's/gather_ops/flush_ops/g' Signed-off-by: Will Deacon <will@kernel.org>