x86/microcode/intel: Simplify load_ucode_intel_bsp()
authorBorislav Petkov <bp@suse.de>
Mon, 9 Feb 2015 21:59:51 +0000 (22:59 +0100)
committerBorislav Petkov <bp@suse.de>
Mon, 2 Mar 2015 19:31:51 +0000 (20:31 +0100)
Don't compute start and end from start and size in order to compute size
again down the path in scan_microcode(). So pass size directly instead
and simplify a bunch. Shorten variable names and remove useless ones.

Signed-off-by: Borislav Petkov <bp@suse.de>

No differences found