From: Ralf Baechle Date: Fri, 16 Mar 2007 21:58:37 +0000 (+0000) Subject: [MIPS] Kconfig: Move missplaced NR_CPUS default from SMTC to VSMP. X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=f510aa3bdb095c5253f6bee9e0f5a3a9ac69ded4;p=linux-edison.git [MIPS] Kconfig: Move missplaced NR_CPUS default from SMTC to VSMP. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index e8424e73bf4..5f29018a653 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1559,6 +1559,7 @@ config MIPS_MT_SMP select CPU_MIPSR2_IRQ_VI select CPU_MIPSR2_SRS select MIPS_MT + select NR_CPUS_DEFAULT_2 select SMP select SYS_SUPPORTS_SMP help @@ -1573,7 +1574,6 @@ config MIPS_MT_SMTC select CPU_MIPSR2_IRQ_VI select CPU_MIPSR2_SRS select MIPS_MT - select NR_CPUS_DEFAULT_2 select NR_CPUS_DEFAULT_8 select SMP select SYS_SUPPORTS_SMP