x86/smpboot: Remove a stray comment about CPU hotplug
authorSohil Mehta <sohil.mehta@intel.com>
Thu, 27 Jul 2023 18:05:31 +0000 (18:05 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 28 Jul 2023 08:17:53 +0000 (10:17 +0200)
commit52defa4a5e719a57992aed52c8d3e214e75ac276
tree86519e9f91b359dfff47e10efc87cabfbdf79894
parent6eaae198076080886b9e7d57f4ae06fa782f90ef
x86/smpboot: Remove a stray comment about CPU hotplug

This old comment is irrelavant to the logic of disabling interrupts and
could be misleading. Remove it.

Now, hlt_play_dead() resembles the code that the comment was initially
added for, but, it doesn't make sense anymore because an offlined cpu
could also be put into other states such as mwait.

Signed-off-by: Sohil Mehta <sohil.mehta@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20230727180533.3119660-2-sohil.mehta@intel.com
arch/x86/kernel/smpboot.c