commit | cbce99527ca7c4e98db9890651d5e9dfc2fb89ac | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Mar 01 08:44:30 2021 +0100 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Mar 17 00:35:51 2021 +0000 |
tree | 1f597893ed9f5087997f76c6a50cc2ce6decd25a | |
parent | 4035b43da6daa51668830becfe8537841414946b [diff] |
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>