Commit 52defa4a authored by Sohil Mehta's avatar Sohil Mehta Committed by Thomas Gleixner
Browse files

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: default avatarSohil Mehta <sohil.mehta@intel.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20230727180533.3119660-2-sohil.mehta@intel.com
parent 6eaae198
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1614,9 +1614,7 @@ void play_dead_common(void)
	idle_task_exit();

	cpuhp_ap_report_dead();
	/*
	 * With physical CPU hotplug, we should halt the cpu
	 */

	local_irq_disable();
}