diff options
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 7b8fdfa169dd..ef0f34ede1ab 100644 --- a/arch/x86/kernel/smpboot_32.c +++ b/arch/x86/kernel/smpboot_32.c | |||
@@ -421,7 +421,7 @@ static void __cpuinit start_secondary(void *unused) | |||
421 | /* | 421 | /* |
422 | * We need to hold call_lock, so there is no inconsistency | 422 | * We need to hold call_lock, so there is no inconsistency |
423 | * between the time smp_call_function() determines number of | 423 | * between the time smp_call_function() determines number of |
424 | * IPI receipients, and the time when the determination is made | 424 | * IPI recipients, and the time when the determination is made |
425 | * for which cpus receive the IPI. Holding this | 425 | * for which cpus receive the IPI. Holding this |
426 | * lock helps us to not include this cpu in a currently in progress | 426 | * lock helps us to not include this cpu in a currently in progress |
427 | * smp_call_function(). | 427 | * smp_call_function(). |