Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a91796a9 authored by Jayachandran C's avatar Jayachandran C Committed by Ralf Baechle
Browse files

MIPS: Support upto 256 CPUs



This is needed for two node XLP9xx configurations.

Signed-off-by: default avatarJayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/6860/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 3f5fdb4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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