linux_dsm_epyc7002/arch/x86/kernel/cpu/microcode
Borislav Petkov e8c8165ecf x86/microcode: Remove redundant __setup() param parsing
We do parse for the disable microcode loader chicken bit very early.
After the driver merge, the __setup() param parsing method is not needed
anymore so get rid of it.

In addition, fix a compiler warning from an old SLES11 gcc (4.3.4)
reported by Jan Beulich <jbeulich@suse.com>:

  arch/x86/kernel/cpu/microcode/core.c: In function ‘load_ucode_bsp’:
  arch/x86/kernel/cpu/microcode/core.c:96: warning: array subscript is above array bounds

Tested-by: Thomas Voegtle <tv@lio96.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1454499225-21544-4-git-send-email-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2016-02-09 11:41:15 +01:00
..
amd.c x86/microcode/amd: Remove maintainers from comments 2015-10-21 11:22:12 +02:00
core.c x86/microcode: Remove redundant __setup() param parsing 2016-02-09 11:41:15 +01:00
intel_lib.c x86/microcode: Remove modularization leftovers 2015-10-21 11:22:12 +02:00
intel.c x86/microcode/intel: Make early loader look for builtin microcode too 2016-02-09 11:41:15 +01:00
Makefile x86/microcode: Merge the early microcode loader 2015-10-21 11:22:12 +02:00