commit | a25381aa3ae60a2e028c95f1318649b13cbbce30 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Dec 23 20:56:02 2017 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Mon Jan 15 09:35:48 2018 +0100 |
tree | 33eb75af3f080f6f1e6a8210c59731cd11243273 | |
parent | aaf796dc6e84e809e4c791b6517326b26312c972 [diff] |
swiotlb: refactor coherent buffer freeing Factor out a new swiotlb_free_buffer helper that checks if an address is allocated from the swiotlb bounce buffer, and if yes frees it. This allows to simplify the swiotlb_free implemenation that uses dma_direct_free to free the non-bounce buffer allocations. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Christian König <christian.koenig@amd.com>