From: Rebecca Schultz Zavin Date: Fri, 13 Dec 2013 22:24:31 +0000 (-0800) Subject: gpu: ion: Modify zeroing code so it only allocates address space once X-Git-Tag: v3.14-rc1~150^2~420 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77cbe828a10026f8ff208eaa67d75675a3ffbdfc;p=pandora-kernel.git gpu: ion: Modify zeroing code so it only allocates address space once vmap/vunmap spend a significant amount of time allocating the address space to map into. Rather than allocating address space for each page, instead allocate once for the entire allocation and then just map and unmap each page into that address space. 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