]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/microcode: Clean up mc_cpu_down_prep()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 2 Oct 2023 11:59:55 +0000 (13:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2025 15:45:52 +0000 (16:45 +0100)
commitbb9646a9e45c8d4f829e6a314c7a251b62cc7b48
tree95ef7300ad7a8ae8a4baebd063f08bbe72bdf472
parent32096e8c3dacf5e1dec06cac4c99728ad66891e5
x86/microcode: Clean up mc_cpu_down_prep()

commit ba48aa32388ac652256baa8d0a6092d350160da0 upstream

This function has nothing to do with suspend. It's a hotplug
callback. Remove the bogus comment.

Drop the pointless debug printk. The hotplug core provides tracepoints
which track the invocation of those callbacks.

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