gpu: ion: ion_system_heap: Change allocations to GFP_HIGHUSER
authorRebecca Schultz Zavin <rebecca@android.com>
Thu, 7 Jun 2012 23:59:59 +0000 (16:59 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 20:40:49 +0000 (13:40 -0700)
commitbb3c1525e1b101d278922e2c824b2f843ac56835
tree93fc12490d260992ce2de28bc6defc38bb13c978
parent891671dde6b0723a52bd8e6e45fe3aff968fb8fc
gpu: ion: ion_system_heap: Change allocations to GFP_HIGHUSER

Previously the ion_system_heap was using GFP_KERNEL, forcing all allocations
to be in lowmem.  This quickly causes us to run out of lowmem.

Change-Id: I6d502a5f1c20c8a8e44fb5903fcb228f8435a564
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
drivers/gpu/ion/ion_system_heap.c