projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f5fdb4
)
MIPS: Support upto 256 CPUs
author
Jayachandran C
<jchandra@broadcom.com>
Tue, 29 Apr 2014 14:37:40 +0000
(20:07 +0530)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 30 May 2014 14:44:36 +0000
(16:44 +0200)
This is needed for two node XLP9xx configurations.
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/6860/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
patch
|
blob
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index 22a69d785c4d9fa9fd8bcac4073d15225ea77778..c4804bfa001aab8757582ba2a17c50ffffd2b824 100644
(file)
--- a/
arch/mips/Kconfig
+++ b/
arch/mips/Kconfig
@@
-2267,8
+2267,8
@@
config NR_CPUS_DEFAULT_64
bool
config NR_CPUS
- int "Maximum number of CPUs (2-
64
)"
- range 2
64
+ int "Maximum number of CPUs (2-
256
)"
+ range 2
256
depends on SMP
default "4" if NR_CPUS_DEFAULT_4
default "8" if NR_CPUS_DEFAULT_8