arm64: kconfig: increase NR_CPUS range to 2-4096.
authorGanapatrao Kulkarni <ganapatrao.kulkarni@caviumnetworks.com>
Wed, 18 Mar 2015 11:01:18 +0000 (11:01 +0000)
committerWill Deacon <will.deacon@arm.com>
Thu, 19 Mar 2015 19:46:00 +0000 (19:46 +0000)
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>
arch/arm64/Kconfig

index c102d92aad4076a4996d1519c8318c7c1effb3df..02f67a9d7426653aea4380234066142898806554 100644 (file)
@@ -455,8 +455,8 @@ config SCHED_SMT
          places. If unsure say N here.
 
 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
        # These have to remain sorted largest to smallest
        default "64"