linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: Kconfig: Increase NR_CPUS default to 512
@ 2021-01-10  5:36 vanshikonda
  2021-01-11 10:56 ` Will Deacon
  0 siblings, 1 reply; 8+ messages in thread
From: vanshikonda @ 2021-01-10  5:36 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: will, linux-kernel, catalin.marinas, patches, Vanshidhar Konda

From: Vanshidhar Konda <vanshikonda@os.amperecomputing.com>

Increase the default value of NR_CPUS to 512 from 256. This will
enable the defconfig kernel to support platforms that have upto
512 cores.

Signed-off-by: Vanshidhar Konda <vanshikonda@os.amperecomputing.com>
---
 arch/arm64/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 05e17351e4f3..23fbbf413f58 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -983,7 +983,7 @@ config SCHED_SMT
 config NR_CPUS
 	int "Maximum number of CPUs (2-4096)"
 	range 2 4096
-	default "256"
+	default "512"
 
 config HOTPLUG_CPU
 	bool "Support for hot-pluggable CPUs"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-01-12 14:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-10  5:36 [PATCH] arm64: Kconfig: Increase NR_CPUS default to 512 vanshikonda
2021-01-11 10:56 ` Will Deacon
2021-01-11 17:57   ` Vanshidhar Konda
2021-01-11 18:03     ` Randy Dunlap
2021-01-11 18:24       ` Vanshi Konda
2021-01-11 18:25       ` Catalin Marinas
2021-01-12  5:20         ` Vanshidhar Konda
2021-01-12 14:27           ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).