gpu: ion: ion_system_heap: Change allocations to GFP_HIGHUSER
authorRebecca Schultz Zavin <rebecca@android.com>
Fri, 13 Dec 2013 22:23:47 +0000 (14:23 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2013 16:55:37 +0000 (08:55 -0800)
commit0de9577b5e708b903a58a9d5e91d6474daa29c2d
tree4825a0a225ad53af5dcd04b73276fc2a15a03e81
parenta46b6b2d4d49d3fdb6a2ef47455dc170fbce48b7
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.

Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
[jstultz: modified patch to apply to staging directory]
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion_system_heap.c