* [PATCH] x86/kernel/smpboot: fix typo about notify_cpu_starting
@ 2025-09-16 13:55 Vishal Chourasia
0 siblings, 0 replies; only message in thread
From: Vishal Chourasia @ 2025-09-16 13:55 UTC (permalink / raw)
To: tglx, linux-kernel, x86, hpa, bp, mingo, dave.hansen; +Cc: Vishal Chourasia
`notify_cpu_starting()` takes the min of the target state and
CPUHP_AP_ONLINE
Signed-off-by: Vishal Chourasia <vishalc@linux.ibm.com>
---
arch/x86/kernel/smpboot.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 33e166f6ab12..3561b5ed6ab0 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -204,10 +204,7 @@ static void ap_starting(void)
wmb();
- /*
- * This runs the AP through all the cpuhp states to its target
- * state CPUHP_ONLINE.
- */
+ /* This runs the AP up to the CPUHP_AP_ONLINE state */
notify_cpu_starting(cpuid);
}
--
2.51.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-09-16 13:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-16 13:55 [PATCH] x86/kernel/smpboot: fix typo about notify_cpu_starting Vishal Chourasia
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®