From 31116affd2c76ed9e5e314e638006d388576478d Mon Sep 17 00:00:00 2001 From: Mike Travis Date: Tue, 16 Dec 2008 17:34:00 -0800 Subject: [PATCH] --- yaml --- r: 125361 b: refs/heads/master c: 78637a97b7fe1df51f40a460448df0b93d511176 h: refs/heads/master i: 125359: 9ac76883ed5d94215daf1aa0f1c3c604deadae70 v: v3 --- [refs] | 2 +- trunk/arch/x86/Kconfig | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 26f51cb2121e..e48cd3b4e5fc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bcda016eddd7a8b374bb371473c821a91ff1d8cc +refs/heads/master: 78637a97b7fe1df51f40a460448df0b93d511176 diff --git a/trunk/arch/x86/Kconfig b/trunk/arch/x86/Kconfig index 1fd44352f27c..4a3f5851ec64 100644 --- a/trunk/arch/x86/Kconfig +++ b/trunk/arch/x86/Kconfig @@ -599,12 +599,12 @@ config MAXSMP If unsure, say N. config NR_CPUS - depends on SMP int "Maximum number of CPUs" if SMP && !MAXSMP range 2 512 if SMP && !MAXSMP + default "1" if !SMP default "4096" if MAXSMP - default "32" if X86_NUMAQ || X86_SUMMIT || X86_BIGSMP || X86_ES7000 - default "8" + default "32" if SMP && (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP || X86_ES7000) + default "8" if SMP help This allows you to specify the maximum number of CPUs which this kernel will support. The maximum supported value is 512 and the