commit | c06e004c72aa0d1acbc239fb995aa3d823543a8a | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 25 22:36:10 2009 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 25 22:44:30 2009 +0000 |
tree | 62d438159176d4f0090144073297fc093907ba81 | |
parent | ce63e6bd0ac7eca242562ee07f518bacc8eaa5ce [diff] |
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 <rmk+kernel@arm.linux.org.uk>