From: Vishal Chourasia <vishalc@linux.ibm.com>
To: tglx@linutronix.de, linux-kernel@vger.kernel.org, x86@kernel.org,
hpa@zytor.com, bp@alien8.de, mingo@redhat.com,
dave.hansen@linux.intel.com
Cc: Vishal Chourasia <vishalc@linux.ibm.com>
Subject: [PATCH] x86/kernel/smpboot: fix typo about notify_cpu_starting
Date: Tue, 16 Sep 2025 19:25:25 +0530 [thread overview]
Message-ID: <20250916135524.483752-2-vishalc@linux.ibm.com> (raw)
`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
reply other threads:[~2025-09-16 13:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250916135524.483752-2-vishalc@linux.ibm.com \
--to=vishalc@linux.ibm.com \
--cc=bp@alien8.de \
--cc=dave.hansen@linux.intel.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®