From: Sumit Bhattacharya Date: Wed, 23 Nov 2011 23:47:12 +0000 (+0100) Subject: ARM: 7172/1: dma: Drop GFP_COMP for DMA memory allocations X-Git-Tag: v3.2-rc4~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2e7057c0234cfb8b09467d8f137760d371fc72;p=pandora-kernel.git ARM: 7172/1: dma: Drop GFP_COMP for DMA memory allocations dma_alloc_coherent 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. This patch is ported from arch/avr32 (commit 3611553ef985ef7c5863c8a94641738addd04cff). [swarren: s/HUGETLB_PAGE/HUGETLBFS/ in comment, minor comment cleanup] Signed-off-by: Sumit Bhattacharya Tested-by: Varun Colbert Signed-off-by: Stephen Warren Signed-off-by: Russell King --- Reading git-diff-tree failed