]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/microcode/intel: Unify microcode apply() functions
authorThomas Gleixner <tglx@linutronix.de>
Tue, 17 Oct 2023 21:23:44 +0000 (23:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2025 15:45:51 +0000 (16:45 +0100)
commit149e3e4ad2eb6e612a976fc166c3914b4935e570
tree6bc96dd7291ab797e83806cd1f24718d32259b08
parentb6365c7c6cac87f29066f78697493477730f34a2
x86/microcode/intel: Unify microcode apply() functions

commit 3973718cff1e3a5d88ea78ec28ecca2afa60b30b upstream

Deduplicate the early and late apply() functions.

  [ bp: Rename the function which does the actual application to
      __apply_microcode() to differentiate it from
      microcode_ops.apply_microcode(). ]

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