From: Ralf Baechle Date: Thu, 26 Oct 2006 13:29:01 +0000 (+0100) Subject: [MIPS] SMTC: Make 8 the default number of processors. X-Git-Tag: v2.6.19-rc4~1^2~12 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8cde4a3162fdcccaf0ecbf3c21cdb13df422936d;p=linux-2.6-omap-h63xx.git [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 --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 14af6cce2fa..9c92b491733 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