Skip to content
Snippets Groups Projects
Commit 4b85faed authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

dma-mapping: add a dma_alloc_need_uncached helper


Check if we need to allocate uncached memory for a device given the
allocation flags.  Switch over the uncached segment check to this helper
to deal with architectures that do not support the dma_cache_sync
operation and thus should not returned cacheable memory for
DMA_ATTR_NON_CONSISTENT allocations.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 961729bf
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment