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

Commit 62aa9655 authored by Ganapatrao Kulkarni's avatar Ganapatrao Kulkarni Committed by Will Deacon
Browse files

arm64: kconfig: increase NR_CPUS range to 2-4096.



Raise the maximum CPU limit to 4096 in preparation for upcoming
platforms with large core counts.

Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarGanapatrao Kulkarni <gkulkarni@caviumnetworks.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 8fff105e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -455,8 +455,8 @@ config SCHED_SMT
	  places. If unsure say N here.
	  places. If unsure say N here.


config NR_CPUS
config NR_CPUS
	int "Maximum number of CPUs (2-64)"
	int "Maximum number of CPUs (2-4096)"
	range 2 64
	range 2 4096
	depends on SMP
	depends on SMP
	# These have to remain sorted largest to smallest
	# These have to remain sorted largest to smallest
	default "64"
	default "64"