ARM: Use GFP_DMA only for masks _less_ than 32-bit
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 25 Oct 2009 22:36:10 +0000 (22:36 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 25 Oct 2009 22:44:30 +0000 (22:44 +0000)
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 <rmk+kernel@arm.linux.org.uk>

No differences found