Commit 8cde4a31 authored by Ralf Baechle's avatar Ralf Baechle

[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: default avatarRalf Baechle <ralf@linux-mips.org>
parent ea3df4ac
...@@ -1690,6 +1690,7 @@ config NR_CPUS ...@@ -1690,6 +1690,7 @@ config NR_CPUS
depends on SMP depends on SMP
default "64" if SGI_IP27 default "64" if SGI_IP27
default "2" default "2"
default "8" if MIPS_MT_SMTC
help help
This allows you to specify the maximum number of CPUs which this This allows you to specify the maximum number of CPUs which this
kernel will support. The maximum supported value is 32 for 32-bit kernel will support. The maximum supported value is 32 for 32-bit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment