Re: [RFC PATCH 1/4] arm64: defconfig: increase NR_CPUS range to 2-128

2014-10-05 Thread Ganapatrao Kulkarni
On Fri, Oct 3, 2014 at 4:28 PM, Mark Rutland wrote: > On Thu, Sep 25, 2014 at 10:03:56AM +0100, Ganapatrao Kulkarni wrote: >> Raising the maximum limit to 128. This is needed for Cavium's >> Thunder systems that will have 96 cores on Multi-node system. > > Has this been tested on any such systems?

Re: [RFC PATCH 1/4] arm64: defconfig: increase NR_CPUS range to 2-128

2014-10-03 Thread Mark Rutland
On Thu, Sep 25, 2014 at 10:03:56AM +0100, Ganapatrao Kulkarni wrote: > Raising the maximum limit to 128. This is needed for Cavium's > Thunder systems that will have 96 cores on Multi-node system. Has this been tested on any such systems? Mark. > > Signed-off-by: Ganapatrao Kulkarni > --- > a

[RFC PATCH 1/4] arm64: defconfig: increase NR_CPUS range to 2-128

2014-09-25 Thread Ganapatrao Kulkarni
Raising the maximum limit to 128. This is needed for Cavium's Thunder systems that will have 96 cores on Multi-node system. Signed-off-by: Ganapatrao Kulkarni --- arch/arm64/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig in