Skip to content
Commit 5b91a98c authored by Richard Zhao's avatar Richard Zhao Committed by Marek Szyprowski
Browse files

ARM: dma: Drop __GFP_COMP for iommu dma memory allocations



__iommu_alloc_buffer wants to split pages after allocation in order to
reduce the memory footprint. This does not work well with __GFP_COMP
pages, so drop this flag before allocation

One failure example is snd_malloc_dev_pages call dma_alloc_coherent with
__GFP_COMP.

Signed-off-by: default avatarRichard Zhao <rizhao@nvidia.com>
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
parent 63c18192
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