]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/microcode/intel: Simplify and rename generic_load_microcode()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 2 Oct 2023 11:59:40 +0000 (13:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2025 15:45:50 +0000 (16:45 +0100)
commit1092852de03692f6611f6737d61b09e3913fbbda
tree2164fba121a633160c713df56f89ce77787e377b
parentcc049de7c9a21ad34d05a969ff484cb552333384
x86/microcode/intel: Simplify and rename generic_load_microcode()

commit 6b072022ab2e1e83b7588144ee0080f7197b71da upstream

so it becomes less obfuscated and rename it because there is nothing
generic about it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20231002115902.330295409@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/cpu/microcode/intel.c