diff options
| -rw-r--r-- | arch/x86_64/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index 5de7eaf5d97c..aa55e3cec665 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c | |||
| @@ -424,7 +424,7 @@ static __init void parse_cmdline_early (char ** cmdline_p) | |||
| 424 | elfcorehdr_addr = memparse(from+11, &from); | 424 | elfcorehdr_addr = memparse(from+11, &from); |
| 425 | #endif | 425 | #endif |
| 426 | 426 | ||
| 427 | #ifdef CONFIG_SMP | 427 | #ifdef CONFIG_HOTPLUG_CPU |
| 428 | else if (!memcmp(from, "additional_cpus=", 16)) | 428 | else if (!memcmp(from, "additional_cpus=", 16)) |
| 429 | setup_additional_cpus(from+16); | 429 | setup_additional_cpus(from+16); |
| 430 | #endif | 430 | #endif |
