x86, microcode: Move to a proper location
authorBorislav Petkov <bp@suse.de>
Sun, 1 Dec 2013 17:09:58 +0000 (18:09 +0100)
committerBorislav Petkov <bp@suse.de>
Mon, 13 Jan 2014 19:00:12 +0000 (20:00 +0100)
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 <bp@suse.de>
Tested-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>

No differences found