]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
MIPS: Support upto 256 CPUs
authorJayachandran C <jchandra@broadcom.com>
Tue, 29 Apr 2014 14:37:40 +0000 (20:07 +0530)
committerRalf 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

index 22a69d785c4d9fa9fd8bcac4073d15225ea77778..c4804bfa001aab8757582ba2a17c50ffffd2b824 100644 (file)
@@ -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