[RFC PATCH v3 1/4] arm64: defconfig: increase NR_CPUS range to 2-4096.
Ganapatrao Kulkarni
ganapatrao.kulkarni at caviumnetworks.com
Tue Dec 30 23:36:16 PST 2014
Raising the maximum limit to 4096.
This is to accomadate up-coming higher multi-core platforms.
Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni at caviumnetworks.com>
---
arch/arm64/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 61fbd1f..242419d 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -302,8 +302,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"
--
1.8.1.4
More information about the linux-arm-kernel
mailing list