diff options
author | Jayachandran C <jchandra@broadcom.com> | 2014-04-29 10:37:40 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-30 10:44:36 -0400 |
commit | a91796a919ceeb80fde7f413cd898bd0f409fec3 (patch) | |
tree | 3eda1e2abc5ed10b8c0716540eef1e2699cf6a17 /arch/mips/Kconfig | |
parent | 3f5fdb4bd193091fd30db52c609c4b304151d656 (diff) |
MIPS: Support upto 256 CPUs
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>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 22a69d785c4d..c4804bfa001a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2267,8 +2267,8 @@ config NR_CPUS_DEFAULT_64 | |||
2267 | bool | 2267 | bool |
2268 | 2268 | ||
2269 | config NR_CPUS | 2269 | config NR_CPUS |
2270 | int "Maximum number of CPUs (2-64)" | 2270 | int "Maximum number of CPUs (2-256)" |
2271 | range 2 64 | 2271 | range 2 256 |
2272 | depends on SMP | 2272 | depends on SMP |
2273 | default "4" if NR_CPUS_DEFAULT_4 | 2273 | default "4" if NR_CPUS_DEFAULT_4 |
2274 | default "8" if NR_CPUS_DEFAULT_8 | 2274 | default "8" if NR_CPUS_DEFAULT_8 |