Re: [PATCH] arm64: Kconfig: Increase NR_CPUS default to 512

2021-01-12 Thread Will Deacon
On Mon, Jan 11, 2021 at 09:20:03PM -0800, Vanshidhar Konda wrote: > On Mon, Jan 11, 2021 at 06:25:27PM +, Catalin Marinas wrote: > > On Mon, Jan 11, 2021 at 10:03:18AM -0800, Randy Dunlap wrote: > > > On 1/11/21 9:57 AM, Vanshidhar Konda wrote: > > > > On Mon, Jan 11, 2021 at 10:56:36AM +,

Re: [PATCH] arm64: Kconfig: Increase NR_CPUS default to 512

2021-01-11 Thread Vanshidhar Konda
On Mon, Jan 11, 2021 at 06:25:27PM +, Catalin Marinas wrote: On Mon, Jan 11, 2021 at 10:03:18AM -0800, Randy Dunlap wrote: On 1/11/21 9:57 AM, Vanshidhar Konda wrote: > On Mon, Jan 11, 2021 at 10:56:36AM +, Will Deacon wrote: >> On Sat, Jan 09, 2021 at 09:36:15PM -0800,

Re: [PATCH] arm64: Kconfig: Increase NR_CPUS default to 512

2021-01-11 Thread Catalin Marinas
On Mon, Jan 11, 2021 at 10:03:18AM -0800, Randy Dunlap wrote: > On 1/11/21 9:57 AM, Vanshidhar Konda wrote: > > On Mon, Jan 11, 2021 at 10:56:36AM +, Will Deacon wrote: > >> On Sat, Jan 09, 2021 at 09:36:15PM -0800, > >> vanshiko...@os.amperecomputing.com wrote: > >>> From: Vanshidhar Konda

Re: [PATCH] arm64: Kconfig: Increase NR_CPUS default to 512

2021-01-11 Thread Vanshi Konda
On Mon, Jan 11, 2021 at 10:03:18AM -0800, Randy Dunlap wrote: [EXTERNAL EMAIL NOTICE: This email originated from an external sender. Please be mindful of safe email handling and proprietary information protection practices.] On 1/11/21 9:57 AM, Vanshidhar Konda wrote: On Mon, Jan 11, 2021

Re: [PATCH] arm64: Kconfig: Increase NR_CPUS default to 512

2021-01-11 Thread Randy Dunlap
On 1/11/21 9:57 AM, Vanshidhar Konda wrote: > On Mon, Jan 11, 2021 at 10:56:36AM +, Will Deacon wrote: >> On Sat, Jan 09, 2021 at 09:36:15PM -0800, vanshiko...@os.amperecomputing.com >> wrote: >>> From: Vanshidhar Konda >>> >>> Increase the default value of NR_CPUS to 512 from 256. This will

Re: [PATCH] arm64: Kconfig: Increase NR_CPUS default to 512

2021-01-11 Thread Vanshidhar Konda
On Mon, Jan 11, 2021 at 10:56:36AM +, Will Deacon wrote: On Sat, Jan 09, 2021 at 09:36:15PM -0800, vanshiko...@os.amperecomputing.com wrote: From: Vanshidhar Konda Increase the default value of NR_CPUS to 512 from 256. This will enable the defconfig kernel to support platforms that have

Re: [PATCH] arm64: Kconfig: Increase NR_CPUS default to 512

2021-01-11 Thread Will Deacon
On Sat, Jan 09, 2021 at 09:36:15PM -0800, vanshiko...@os.amperecomputing.com wrote: > From: Vanshidhar Konda > > 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. Do we already support such a

[PATCH] arm64: Kconfig: Increase NR_CPUS default to 512

2021-01-09 Thread vanshikonda
From: Vanshidhar Konda 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 --- arch/arm64/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git