diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index bc7e220ba0b4..fc80bc18943e 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -1007,7 +1007,7 @@ static int __init smp_sanity_check(unsigned max_cpus) | |||
1007 | 1007 | ||
1008 | printk(KERN_WARNING | 1008 | printk(KERN_WARNING |
1009 | "More than 8 CPUs detected - skipping them.\n" | 1009 | "More than 8 CPUs detected - skipping them.\n" |
1010 | "Use CONFIG_X86_GENERICARCH and CONFIG_X86_BIGSMP.\n"); | 1010 | "Use CONFIG_X86_32_NON_STANDARD and CONFIG_X86_BIGSMP.\n"); |
1011 | 1011 | ||
1012 | nr = 0; | 1012 | nr = 0; |
1013 | for_each_present_cpu(cpu) { | 1013 | for_each_present_cpu(cpu) { |