]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/iommu/mtk_iommu.c
iommu/mediatek: Delete the leaf in the tlb_flush
authorYong Wu <yong.wu@mediatek.com>
Mon, 4 Nov 2019 07:01:05 +0000 (15:01 +0800)
committerJoerg Roedel <jroedel@suse.de>
Mon, 11 Nov 2019 14:02:34 +0000 (15:02 +0100)
commit67caf7e2b5a4701b24ef8ccc3b49f4e24f473fc8
tree6cd60fdcca4c21966aa082e5db271464598ed123
parenta7a04ea34e1c483d10d3e72250ff5503b1076fe3
iommu/mediatek: Delete the leaf in the tlb_flush

In our tlb range flush, we don't care the "leaf". Remove it to simplify
the code. no functional change.

"granule" also is unnecessary for us, Keep it satisfy the format of
tlb_flush_walk.

Signed-off-by: Yong Wu <yong.wu@mediatek.com>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/mtk_iommu.c