diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 226d5696e1d1dd5fe715124710b0f2cd04f8c495..83cd1c7aa409896c610ee58f1178d76ab78ba3c4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -851,7 +851,8 @@ config NR_CPUS default "1" if !SMP default "8192" if MAXSMP default "32" if SMP && X86_BIGSMP - default "8" if SMP + default "8" if SMP && X86_32 + default "64" if SMP ---help--- This allows you to specify the maximum number of CPUs which this kernel will support. If CPUMASK_OFFSTACK is enabled, the maximum