All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: increase NR_CPUS range to 2-4096.
@ 2015-03-18 11:01 Ganapatrao Kulkarni
  2015-03-19  3:01 ` Zi Shen Lim
  0 siblings, 1 reply; 2+ messages in thread
From: Ganapatrao Kulkarni @ 2015-03-18 11:01 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ganapatrao Kulkarni <ganapatrao.kulkarni@caviumnetworks.com>

Raising the maximum limit to 4096.
This is to accomadate up-coming higher multi-core platforms.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ganapatrao Kulkarni <gkulkarni@caviumnetworks.com>
---
 arch/arm64/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 1b8e973..d236960 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -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"
-- 
1.8.1.4

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

* [PATCH] arm64: defconfig: increase NR_CPUS range to 2-4096.
  2015-03-18 11:01 [PATCH] arm64: defconfig: increase NR_CPUS range to 2-4096 Ganapatrao Kulkarni
@ 2015-03-19  3:01 ` Zi Shen Lim
  0 siblings, 0 replies; 2+ messages in thread
From: Zi Shen Lim @ 2015-03-19  3:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Mar 18, 2015 at 4:01 AM, Ganapatrao Kulkarni
<gkulkarni@caviumnetworks.com> wrote:
> From: Ganapatrao Kulkarni <ganapatrao.kulkarni@caviumnetworks.com>
>
> Raising the maximum limit to 4096.
> This is to accomadate up-coming higher multi-core platforms.

s/accomadate/accomodate/

>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Ganapatrao Kulkarni <gkulkarni@caviumnetworks.com>
> ---

Acked-by: Zi Shen Lim <zlim@broadcom.com>

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

end of thread, other threads:[~2015-03-19  3:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-18 11:01 [PATCH] arm64: defconfig: increase NR_CPUS range to 2-4096 Ganapatrao Kulkarni
2015-03-19  3:01 ` Zi Shen Lim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.