Skip to content
Commit 06d4dd2f authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

dma-mapping: deprecate dma_zalloc_coherent



We now always return zeroed memory from dma_alloc_coherent.  Note that
simply passing GFP_ZERO to dma_alloc_coherent wasn't always doing the
right thing to start with given that various allocators are not backed
by the page allocator and thus would ignore GFP_ZERO.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 518a2f19
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