From: Jesper Juhl Date: Mon, 1 Nov 2010 21:44:34 +0000 (+0100) Subject: x86, microcode, AMD: Replace vmalloc+memset with vzalloc X-Git-Tag: v2.6.38-rc1~483^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ea6be212eea5ce1e8fabadacb0c639ad87b2f00;p=pandora-kernel.git x86, microcode, AMD: Replace vmalloc+memset with vzalloc We don't have to do memset() ourselves after vmalloc() when we have vzalloc(), so change that in arch/x86/kernel/microcode_amd.c::get_next_ucode(). Signed-off-by: Jesper Juhl Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed