From: Rebecca Schultz Zavin Date: Fri, 13 Dec 2013 22:23:47 +0000 (-0800) Subject: gpu: ion: ion_system_heap: Change allocations to GFP_HIGHUSER X-Git-Tag: v3.14-rc1~150^2~464 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0de9577b5e708b903a58a9d5e91d6474daa29c2d;p=pandora-kernel.git 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 [jstultz: modified patch to apply to staging directory] Signed-off-by: John Stultz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed