projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58eb7b7
)
cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted"
author
Ethon Paul
<ethp@qq.com>
Fri, 17 Apr 2020 16:40:04 +0000
(
00:40
+0800)
committer
Thomas Gleixner
<tglx@linutronix.de>
Mon, 27 Apr 2020 20:42:04 +0000
(22:42 +0200)
Signed-off-by: Ethon Paul <ethp@qq.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link:
https://lkml.kernel.org/r/20200417164008.6541-1-ethp@qq.com
kernel/cpu.c
patch
|
blob
|
history
diff --git
a/kernel/cpu.c
b/kernel/cpu.c
index 2371292f30b03daa463706a2d9150c9c3bae5861..6a02d4434cf7dd7e34b49cb004656fd9c569fa8b 100644
(file)
--- a/
kernel/cpu.c
+++ b/
kernel/cpu.c
@@
-432,7
+432,7
@@
static inline bool cpu_smt_allowed(unsigned int cpu)
/*
* On x86 it's required to boot all logical CPUs at least once so
* that the init code can get a chance to set CR4.MCE on each
- * CPU. Otherwise, a broad
a
casted MCE observing CR4.MCE=0b on any
+ * CPU. Otherwise, a broadcasted MCE observing CR4.MCE=0b on any
* core will shutdown the machine.
*/
return !cpumask_test_cpu(cpu, &cpus_booted_once_mask);