Hi Ralf, > Subject: [MIPS] MT: Improved multithreading support. > To: git-commits@xxxxxxxxxxxxxx > > > Author: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Wed Apr 5 09:45:47 2006 +0100 > Commit: 79cc8007b93838a670b164b8a55ab3e735a12a8b > Gitweb: http://www.linux-mips.org/g/linux/79cc8007 > Branch: master > > Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> I think it's maybe typo. Yoichi Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> diff -pruN -X mips/Documentation/dontdiff mips-orig/arch/mips/Kconfig mips/arch/mips/Kconfig --- mips-orig/arch/mips/Kconfig 2006-04-06 11:26:26.460425500 +0900 +++ mips/arch/mips/Kconfig 2006-04-06 16:44:56.935829750 +0900 @@ -1617,7 +1617,7 @@ source "mm/Kconfig" config SMP bool "Multi-Processing support" - depends on CPU_RM9000 || ((SIBYTE_BCM1x80 || SIBYTE_BCM1x55 || SIBYTE_SB1250 || QEMU) && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP || MIPS_MT_SMP + depends on CPU_RM9000 || ((SIBYTE_BCM1x80 || SIBYTE_BCM1x55 || SIBYTE_SB1250 || QEMU) && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP || MIPS_MT_SMTC ---help--- This enables support for systems with more than one CPU. If you have a system with only one CPU, like most personal computers, say N. If