linux_dsm_epyc7002/arch/x86/kernel/cpu/microcode
Borislav Petkov 9e02bb46d3 x86/microcode/intel: Simplify generic_load_microcode_early()
* remove state variable and out label
* get rid of completely unused mc_size
* shorten variable names
* get rid of local variables
* don't do assignments in local var declarations for less cluttered code
* finally rename it to the shorter and perfectly fine load_microcode_early()

No functionality change.

Signed-off-by: Borislav Petkov <bp@suse.de>
2015-03-02 20:32:10 +01:00
..
amd_early.c x86, microcode: Reload microcode on resume 2014-12-06 13:03:03 +01:00
amd.c x86, microcode, AMD: Do not use smp_processor_id() in preemtible context 2014-12-01 11:51:05 +01:00
core_early.c x86/microcode: Consolidate family,model, ... code 2015-03-02 20:32:07 +01:00
core.c x86, microcode: Return error from driver init code when loader is disabled 2015-01-28 09:23:40 +01:00
intel_early.c x86/microcode/intel: Simplify generic_load_microcode_early() 2015-03-02 20:32:10 +01:00
intel_lib.c x86/microcode/intel: Rename update_match_revision() 2015-03-02 20:32:03 +01:00
intel.c x86/microcode/intel: Handle truncated microcode images more robustly 2015-02-19 12:42:23 +01:00
Makefile