diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-10-19 19:13:56 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2007-10-19 19:13:56 -0400 |
commit | 27b46d7661dc720224813eb4f452e424f1bf3a9a (patch) | |
tree | 1683daefc5f245efa5a1c2a3808277b45d21ce72 /arch/x86/kernel/smpboot_32.c | |
parent | 5e71c6051585da46b898b21bd8e5b6df2795f03f (diff) |
spelling fixes: arch/i386/
Spelling fixes in arch/i386/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'arch/x86/kernel/smpboot_32.c')
-rw-r--r-- | arch/x86/kernel/smpboot_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot_32.c b/arch/x86/kernel/smpboot_32.c index be3faac04719..1b9ee68c98a2 100644 --- a/arch/x86/kernel/smpboot_32.c +++ b/arch/x86/kernel/smpboot_32.c | |||
@@ -412,7 +412,7 @@ static void __cpuinit start_secondary(void *unused) | |||
412 | /* | 412 | /* |
413 | * We need to hold call_lock, so there is no inconsistency | 413 | * We need to hold call_lock, so there is no inconsistency |
414 | * between the time smp_call_function() determines number of | 414 | * between the time smp_call_function() determines number of |
415 | * IPI receipients, and the time when the determination is made | 415 | * IPI recipients, and the time when the determination is made |
416 | * for which cpus receive the IPI. Holding this | 416 | * for which cpus receive the IPI. Holding this |
417 | * lock helps us to not include this cpu in a currently in progress | 417 | * lock helps us to not include this cpu in a currently in progress |
418 | * smp_call_function(). | 418 | * smp_call_function(). |