mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
If a DMA buffer is allocated in high memory and kernel mapping is required use dma_common_contiguous_remap to map buffer to the vmalloc region and dma_common_free_remap to unmap it. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>