Skip to content
Commit c06e004c authored by Russell King's avatar Russell King
Browse files

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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent ce63e6bd
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