From: Ilia Mirkin Date: Sat, 7 Dec 2013 16:42:19 +0000 (-0500) Subject: drm/nouveau/falcon: use vmalloc to create firwmare copies X-Git-Tag: v3.14-rc1~47^2~8^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d6db1635d5e225623af2e2e859feb607345287;p=pandora-kernel.git drm/nouveau/falcon: use vmalloc to create firwmare copies Some firmware images may be large (64K), so using kmalloc memory is inappropriate for them. Use vmalloc instead, to avoid high-order allocation failures. Signed-off-by: Ilia Mirkin Cc: stable@vger.kernel.org --- Reading git-diff-tree failed