From: Rebecca Schultz Zavin Date: Fri, 13 Dec 2013 22:23:59 +0000 (-0800) Subject: gpu: ion: Switch to using kmalloc rather than kmap during allocation X-Git-Tag: v3.14-rc1~150^2~452 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=708f0cac89d00c366d562265e0b0244cda6f903d;p=pandora-kernel.git gpu: ion: Switch to using kmalloc rather than kmap during allocation Previously, metadata was stored in the allocated pages themselves during allocation. However the system can only have a limited number of kmapped pages. A very large allocation might exceed this limit. 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