All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Carstens <heiko.carstens@de.ibm.com>
To: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>,
	linux390@de.ibm.com, linux-s390@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH -rc1] s390: increase the NR_CPUS limit
Date: Mon, 2 Dec 2013 09:22:26 +0100	[thread overview]
Message-ID: <20131202082226.GA3690@osiris> (raw)
In-Reply-To: <1385739182-3687-1-git-send-email-xose.vazquez@gmail.com>

On Fri, Nov 29, 2013 at 04:33:02PM +0100, Xose Vazquez Perez wrote:
> In current models, maximum number of active cores is 101.
> 
> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
> Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
> Cc: <linux390@de.ibm.com>
> Cc: <linux-s390@vger.kernel.org>
> Cc: <linux-kernel@vger.kernel.org>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> ---
>  arch/s390/Kconfig | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
> index 314fced..87afb9a 100644
> --- a/arch/s390/Kconfig
> +++ b/arch/s390/Kconfig
> @@ -347,14 +347,14 @@ config SMP
>  	  Even if you don't know what to do here, say Y.
> 
>  config NR_CPUS
> -	int "Maximum number of CPUs (2-64)"
> -	range 2 64
> +	int "Maximum number of CPUs (2-101)"
> +	range 2 101
>  	depends on SMP
>  	default "32" if !64BIT
>  	default "64" if 64BIT
>  	help
>  	  This allows you to specify the maximum number of CPUs which this
> -	  kernel will support.  The maximum supported value is 64 and the
> +	  kernel will support.  The maximum supported value is 101 and the
>  	  minimum value which makes sense is 2.

Hi Xose,

I modified your patch and applied a version which changes the maximum
value to 256 instead.

Thanks!

      reply	other threads:[~2013-12-02  8:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-29 15:33 [PATCH -rc1] s390: increase the NR_CPUS limit Xose Vazquez Perez
2013-11-29 15:33 ` Xose Vazquez Perez
2013-12-02  8:22 ` Heiko Carstens [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131202082226.GA3690@osiris \
    --to=heiko.carstens@de.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=linux390@de.ibm.com \
    --cc=schwidefsky@de.ibm.com \
    --cc=xose.vazquez@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.