From: Russell King Date: Sun, 25 Oct 2009 22:36:10 +0000 (+0000) Subject: ARM: Use GFP_DMA only for masks _less_ than 32-bit X-Git-Tag: v2.6.32-rc6~13^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c06e004c72aa0d1acbc239fb995aa3d823543a8a;p=pandora-kernel.git ARM: Use GFP_DMA only for masks _less_ than 32-bit We were using GFP_DMA for masks other than 0xffffffff, which is wrong when some masks are initialized to 0xffffffffffffffff. This caused such masks to obtain memory from the precious DMA pool. Signed-off-by: Russell King --- Reading git-diff-tree failed