projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea3df4a
)
[MIPS] SMTC: Make 8 the default number of processors.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 26 Oct 2006 13:29:01 +0000
(14:29 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 30 Oct 2006 21:41:27 +0000
(21:41 +0000)
8 is the next larger power of two of the currently 5 supported TCs.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index 14af6cce2fa22a57d5c76fa72db3051786ab04d2..9c92b491733f02003929f7ebb22e87af56b8720b 100644
(file)
--- a/
arch/mips/Kconfig
+++ b/
arch/mips/Kconfig
@@
-1690,6
+1690,7
@@
config NR_CPUS
depends on SMP
default "64" if SGI_IP27
default "2"
+ default "8" if MIPS_MT_SMTC
help
This allows you to specify the maximum number of CPUs which this
kernel will support. The maximum supported value is 32 for 32-bit