From: Borislav Petkov Date: Sun, 1 Dec 2013 17:09:58 +0000 (+0100) Subject: x86, microcode: Move to a proper location X-Git-Tag: v3.14-rc1~161^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bad5fa631fca;p=pandora-kernel.git x86, microcode: Move to a proper location We've grown a bunch of microcode loader files all prefixed with "microcode_". They should be under cpu/ because this is strictly CPU-related functionality so do that and drop the prefix since they're in their own directory now which gives that prefix. :) While at it, drop MICROCODE_INTEL_LIB config item and stash the functionality under CONFIG_MICROCODE_INTEL as it was its only user. Signed-off-by: Borislav Petkov Tested-by: Aravind Gopalakrishnan --- Reading git-diff-tree failed