Skip to content

Commit 182e073

Browse files
Ethon PaulKAGA-KOKO
authored andcommitted
cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted"
Signed-off-by: Ethon Paul <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 58eb7b7 commit 182e073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/cpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ static inline bool cpu_smt_allowed(unsigned int cpu)
432432
/*
433433
* On x86 it's required to boot all logical CPUs at least once so
434434
* that the init code can get a chance to set CR4.MCE on each
435-
* CPU. Otherwise, a broadacasted MCE observing CR4.MCE=0b on any
435+
* CPU. Otherwise, a broadcasted MCE observing CR4.MCE=0b on any
436436
* core will shutdown the machine.
437437
*/
438438
return !cpumask_test_cpu(cpu, &cpus_booted_once_mask);

0 commit comments

Comments
 (0)