diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-26 09:29:01 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-30 16:41:27 -0500 |
commit | 8cde4a3162fdcccaf0ecbf3c21cdb13df422936d (patch) | |
tree | a76becff5a6d342a152a13a179c5d51e00d94720 | |
parent | ea3df4ac7d4adad915e2d0431a9407b10617114c (diff) |
[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>
-rw-r--r-- | arch/mips/Kconfig | 1 |
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 | |||
1690 | depends on SMP | 1690 | depends on SMP |
1691 | default "64" if SGI_IP27 | 1691 | default "64" if SGI_IP27 |
1692 | default "2" | 1692 | default "2" |
1693 | default "8" if MIPS_MT_SMTC | ||
1693 | help | 1694 | help |
1694 | This allows you to specify the maximum number of CPUs which this | 1695 | 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 | 1696 | kernel will support. The maximum supported value is 32 for 32-bit |