]> git.baikalelectronics.ru Git - kernel.git/commit
swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_single
authorChristoph Hellwig <hch@lst.de>
Mon, 1 Mar 2021 07:44:24 +0000 (08:44 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 17 Mar 2021 00:21:53 +0000 (00:21 +0000)
commit3f0d71a49bd151274878dd2d24b89aec77ecdd1a
tree92abcc0622a522e3409c2156f42da21a055bcb71
parent0615c52c43e62bcbfb0e2b7ddb0f4a66480e6893
swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_single

Now that swiotlb remembers the allocation size there is no need to pass
it back to swiotlb_tbl_unmap_single.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/iommu/dma-iommu.c
drivers/xen/swiotlb-xen.c
include/linux/swiotlb.h
kernel/dma/direct.h
kernel/dma/swiotlb.c