x86/hotplug: Remove incorrect comment about mwait_play_dead()
authorSrivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
Sat, 28 Jan 2023 00:37:51 +0000 (16:37 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 14 Feb 2023 22:44:34 +0000 (23:44 +0100)
commitfcb3a81d221750d2a54b4e3a82b3efbbeab8780c
tree3c9081086c0447838d31fe3e150bf962e3f88241
parent6b8d5dde5b6903baf82fc7400e0b3376b10805b4
x86/hotplug: Remove incorrect comment about mwait_play_dead()

The comment that says mwait_play_dead() returns only on failure is a bit
misleading because mwait_play_dead() could actually return for valid
reasons (such as mwait not being supported by the platform) that do not
indicate a failure of the CPU offline operation. So, remove the comment.

Suggested-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20230128003751.141317-1-srivatsa@csail.mit.edu
arch/x86/kernel/smpboot.c