summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-10-23 20:48:36 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-10-23 20:48:36 +1100
commitabed369e6db36bb91e982f593963a707baad9a77 (patch)
tree703b961165e50c249583e30fc70769ebcd125406
parent7158db0563e8c727a89e5c069d4e6be1db5a69cf (diff)
sparc: fallout from cpumask CONFIG_NR_CPUS changes
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--arch/sparc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 6b4970ecc322..7b1a0004f2bc 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -66,7 +66,7 @@ config SMP
config NR_CPUS
int "Maximum number of CPUs (2-32)" if SMP
range 2 32 if SMP
- default "1" if SMP
+ default "1" if !SMP
default "32" if SMP
config SPARC