mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
swiotlb: wire up ->dma_supported in swiotlb_dma_ops
To properly reject too small DMA masks based on the addressability of the bounce buffer. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
251533eb35
commit
aaf796dc6e
@ -1128,5 +1128,6 @@ const struct dma_map_ops swiotlb_dma_ops = {
|
||||
.unmap_sg = swiotlb_unmap_sg_attrs,
|
||||
.map_page = swiotlb_map_page,
|
||||
.unmap_page = swiotlb_unmap_page,
|
||||
.dma_supported = swiotlb_dma_supported,
|
||||
};
|
||||
#endif /* CONFIG_DMA_DIRECT_OPS */
|
||||
|
Loading…
Reference in New Issue
Block a user