aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/smpboot_32.c')
-rw-r--r--arch/x86/kernel/smpboot_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot_32.c b/arch/x86/kernel/smpboot_32.c
index be3faac0471..1b9ee68c98a 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().