[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>

+1
+1
arch/mips/Kconfig
··· 1690 depends on SMP 1691 default "64" if SGI_IP27 1692 default "2" 1693 help 1694 This allows you to specify the maximum number of CPUs which this 1695 kernel will support. The maximum supported value is 32 for 32-bit
··· 1690 depends on SMP 1691 default "64" if SGI_IP27 1692 default "2" 1693 + default "8" if MIPS_MT_SMTC 1694 help 1695 This allows you to specify the maximum number of CPUs which this 1696 kernel will support. The maximum supported value is 32 for 32-bit