aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/smpboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/kernel/smpboot.c')
-rw-r--r--arch/x86_64/kernel/smpboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/smpboot.c b/arch/x86_64/kernel/smpboot.c
index 67e4e28f4df8..b82eb86e4f5d 100644
--- a/arch/x86_64/kernel/smpboot.c
+++ b/arch/x86_64/kernel/smpboot.c
@@ -1244,7 +1244,7 @@ void __cpu_die(unsigned int cpu)
1244 printk(KERN_ERR "CPU %u didn't die...\n", cpu); 1244 printk(KERN_ERR "CPU %u didn't die...\n", cpu);
1245} 1245}
1246 1246
1247static __init int setup_additional_cpus(char *s) 1247__init int setup_additional_cpus(char *s)
1248{ 1248{
1249 return get_option(&s, &additional_cpus); 1249 return get_option(&s, &additional_cpus);
1250} 1250}