From: Borislav Petkov Date: Thu, 30 Dec 2010 21:10:12 +0000 (+0100) Subject: x86, microcode, AMD: Simplify install_equiv_cpu_table X-Git-Tag: v2.6.39-rc1~501^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10de52d6655ef0d4a1b8d2804db30208c26601ed;p=pandora-kernel.git x86, microcode, AMD: Simplify install_equiv_cpu_table There's no need to memcpy the ucode header in order to look at it only in this function - use the original buffer instead. Also, fix return type semantics by returning a negative value on error and a positive otherwise. Signed-off-by: Borislav Petkov Acked-by: Andreas Herrmann --- Reading git-diff-tree failed