commit | 73f620951b2b594bdc38722c0d647c3b3312af7a | [log] [tgz] |
---|---|---|
author | Claire Chang <tientzu@chromium.org> | Thu Mar 18 17:14:22 2021 +0100 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri Mar 19 04:58:25 2021 +0000 |
tree | 7b2ef5d861b29f300ee54abe48a4a31d0a559e6a | |
parent | 6bcd4ea717f3d26edf3da397c82fc9c2236f4f27 [diff] |
swiotlb: move global variables into a new io_tlb_mem structure Added a new struct, io_tlb_mem, as the IO TLB memory pool descriptor and moved relevant global variables into that struct. This will be useful later to allow for restricted DMA pool. Signed-off-by: Claire Chang <tientzu@chromium.org> [hch: rebased] Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>