Commit f192a09f authored by James Mayer's avatar James Mayer Committed by Tom Rini

[PATCH] arch_i386_kernel_smpboot.c, typo: wierd

[ It's strange how many of us can't spell weird ]
parent fab16bc3
...@@ -395,7 +395,7 @@ void __init smp_callin(void) ...@@ -395,7 +395,7 @@ void __init smp_callin(void)
Dprintk("CALLIN, before setup_local_APIC().\n"); Dprintk("CALLIN, before setup_local_APIC().\n");
/* /*
* Because we use NMIs rather than the INIT-STARTUP sequence to * Because we use NMIs rather than the INIT-STARTUP sequence to
* bootstrap the CPUs, the APIC may be in a wierd state. Kick it. * bootstrap the CPUs, the APIC may be in a weird state. Kick it.
*/ */
if (clustered_apic_mode) if (clustered_apic_mode)
clear_local_APIC(); clear_local_APIC();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment