summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle2006-10-26 15:29:01 +0200
committerRalf Baechle2006-10-30 22:41:27 +0100
commit8cde4a3162fdcccaf0ecbf3c21cdb13df422936d (patch)
treea76becff5a6d342a152a13a179c5d51e00d94720 /arch/mips/Kconfig
parent[MIPS] Oprofile: Fix MIPSxx counter number detection. (diff)
downloadkernel-qcow2-linux-8cde4a3162fdcccaf0ecbf3c21cdb13df422936d.tar.gz
kernel-qcow2-linux-8cde4a3162fdcccaf0ecbf3c21cdb13df422936d.tar.xz
kernel-qcow2-linux-8cde4a3162fdcccaf0ecbf3c21cdb13df422936d.zip
[MIPS] SMTC: Make 8 the default number of processors.
8 is the next larger power of two of the currently 5 supported TCs. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 14af6cce2fa2..9c92b491733f 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1690,6 +1690,7 @@ config NR_CPUS
depends on SMP
default "64" if SGI_IP27
default "2"
+ default "8" if MIPS_MT_SMTC
help
This allows you to specify the maximum number of CPUs which this
kernel will support. The maximum supported value is 32 for 32-bit