]> git.baikalelectronics.ru Git - kernel.git/commit
xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabs
authorChristoph Hellwig <hch@lst.de>
Mon, 1 Mar 2021 07:44:30 +0000 (08:44 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 17 Mar 2021 00:35:51 +0000 (00:35 +0000)
commitc50fd490c0e35ee278eeb6e4df363d24df001782
tree1f597893ed9f5087997f76c6a50cc2ce6decd25a
parentb8ff357b1e926abc16d1b642712b207f53766439
xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabs

The xen_io_tlb_start and xen_io_tlb_nslabs variables are now only used in
xen_swiotlb_init, so replace them with local variables.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/swiotlb-xen.c