LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] cpu/hotplug: fix notify_cpu_starting() reference in bringup_wait_for_ap()
@ 2019-05-28 19:31 Jiri Kosina
  2019-05-28 20:23 ` [tip:smp/hotplug] cpu/hotplug: Fix " tip-bot for Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Kosina @ 2019-05-28 19:31 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Josh Poimboeuf, Peter Zijlstra; +Cc: linux-kernel

From: Jiri Kosina <jkosina@suse.cz>

bringup_wait_for_ap() comment references cpu_notify_starting(), but the 
function is actually called notify_cpu_starting(). Fix that.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---
 kernel/cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cpu.c b/kernel/cpu.c
index f2ef10460698..be82cbc11a8a 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -522,7 +522,7 @@ static int bringup_wait_for_ap(unsigned int cpu)
 	/*
 	 * SMT soft disabling on X86 requires to bring the CPU out of the
 	 * BIOS 'wait for SIPI' state in order to set the CR4.MCE bit.  The
-	 * CPU marked itself as booted_once in cpu_notify_starting() so the
+	 * CPU marked itself as booted_once in notify_cpu_starting() so the
 	 * cpu_smt_allowed() check will now return false if this is not the
 	 * primary sibling.
 	 */

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-28 20:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 19:31 [PATCH] cpu/hotplug: fix notify_cpu_starting() reference in bringup_wait_for_ap() Jiri Kosina
2019-05-28 20:23 ` [tip:smp/hotplug] cpu/hotplug: Fix " tip-bot for Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).