Эх сурвалжийг харах

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: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ganapatrao Kulkarni <gkulkarni@caviumnetworks.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Ganapatrao Kulkarni 10 жил өмнө
parent
commit
62aa9655b8

+ 2 - 2
arch/arm64/Kconfig

@@ -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)"
-	range 2 64
+	int "Maximum number of CPUs (2-4096)"
+	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"