From: Jayachandran C Date: Tue, 29 Apr 2014 14:37:40 +0000 (+0530) Subject: MIPS: Support upto 256 CPUs X-Git-Tag: firefly_0821_release~176^2~3807^2~47 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a91796a919ceeb80fde7f413cd898bd0f409fec3;p=firefly-linux-kernel-4.4.55.git MIPS: Support upto 256 CPUs This is needed for two node XLP9xx configurations. Signed-off-by: Jayachandran C Cc: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/6860/ Signed-off-by: Ralf Baechle --- 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 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