diff options
author | Ethon Paul <[email protected]> | 2020-04-18 00:40:04 +0800 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2020-04-27 22:42:04 +0200 |
commit | 182e073f68a080a29920f6dca796ccf4806b0329 (patch) | |
tree | dc42a2600df5608499dfb2328d2ed45ba6c88862 | |
parent | 58eb7b77ad01f058e523554cb7bae7272a7d2579 (diff) |
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]
-rw-r--r-- | kernel/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c index 2371292f30b0..6a02d4434cf7 100644 --- 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 broadacasted 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); |