提交 bc494bc6 编写于 作者: T Tom Murphy 提交者: Cheng Jian

iommu: Fix flush_tlb_all typo

mainline inclusion
from mainline-v5.1-rc1
commit db04d4a3
category: bugfix
bugzilla: 21306
CVE: NA

-------------------------------------------------------------------------

Fix typo, flush_tlb_all should be flush_iotlb_all.
Signed-off-by: NTom Murphy <murphyt7@tcd.ie>
Signed-off-by: NJoerg Roedel <jroedel@suse.de>
Conflicts:
	include/linux/iommu.h
Signed-off-by: NZhen Lei <thunder.leizhen@huawei.com>
Reviewed-by: NHanjun Guo <guohanjun@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
Signed-off-by: NCheng Jian <cj.chengjian@huawei.com>
上级 8e8987cf
...@@ -268,7 +268,7 @@ struct iommu_sva_param { ...@@ -268,7 +268,7 @@ struct iommu_sva_param {
* @mm_invalidate: Invalidate a range of mappings for an mm * @mm_invalidate: Invalidate a range of mappings for an mm
* @map: map a physically contiguous memory region to an iommu domain * @map: map a physically contiguous memory region to an iommu domain
* @unmap: unmap a physically contiguous memory region from an iommu domain * @unmap: unmap a physically contiguous memory region from an iommu domain
* @flush_tlb_all: Synchronously flush all hardware TLBs for this domain * @flush_iotlb_all: Synchronously flush all hardware TLBs for this domain
* @iotlb_range_add: Add a given iova range to the flush queue for this domain * @iotlb_range_add: Add a given iova range to the flush queue for this domain
* @iotlb_sync: Flush all queued ranges from the hardware TLBs and empty flush * @iotlb_sync: Flush all queued ranges from the hardware TLBs and empty flush
* queue * queue
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册