From: Borislav Petkov Date: Wed, 1 Aug 2012 12:55:01 +0000 (+0200) Subject: x86, microcode, AMD: Add reverse equiv table search X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~82^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c96d2c0905cc48e34f2b37b775b59932c416b343;p=pandora-kernel.git x86, microcode, AMD: Add reverse equiv table search We search the equivalence table using the CPUID(1) signature of the CPU in order to get the equivalence ID of the patch which we need to apply. Add a function which does the reverse - it will be needed in later patches. While at it, pull the other equiv table function up in the file so that it can be used by other functionality without forward declarations. Signed-off-by: Borislav Petkov Link: http://lkml.kernel.org/r/1344361461-10076-11-git-send-email-bp@amd64.org Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed