We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58eb7b7 commit 182e073Copy full SHA for 182e073
kernel/cpu.c
@@ -432,7 +432,7 @@ static inline bool cpu_smt_allowed(unsigned int cpu)
432
/*
433
* On x86 it's required to boot all logical CPUs at least once so
434
* 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
+ * CPU. Otherwise, a broadcasted MCE observing CR4.MCE=0b on any
436
* core will shutdown the machine.
437
*/
438
return !cpumask_test_cpu(cpu, &cpus_booted_once_mask);
0 commit comments