diff mbox series

powerpc: Add CONFIG_NR_CPUS to ppc64_defconfig

Message ID 20181108102518.32612-1-sathnaga@linux.vnet.ibm.com (mailing list archive)
State Accepted
Commit 2f40d82fef1ccad05ea5d99dbd8db5a215b0f4a3
Headers show
Series powerpc: Add CONFIG_NR_CPUS to ppc64_defconfig | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success next/apply_patch Successfully applied
snowpatch_ozlabs/checkpatch success Test checkpatch on branch next
snowpatch_ozlabs/build-ppc64le success Test build-ppc64le on branch next
snowpatch_ozlabs/build-ppc64be success Test build-ppc64be on branch next
snowpatch_ozlabs/build-ppc64e success Test build-ppc64e on branch next
snowpatch_ozlabs/build-ppc32 success Test build-ppc32 on branch next

Commit Message

Satheesh Rajendran Nov. 8, 2018, 10:25 a.m. UTC
From: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>

CONFIG_NR_CPUS is not set in ppc64_defconfig, So
it gets default to 32 which is not likely suitable for
powerpc systems configuration, hence defaulting it to 2048
like other powerpc defconfigs.

Signed-off-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>
---
 arch/powerpc/configs/ppc64_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Michael Ellerman Nov. 27, 2018, 9:22 a.m. UTC | #1
On Thu, 2018-11-08 at 10:25:18 UTC, sathnaga@linux.vnet.ibm.com wrote:
> From: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>
> 
> CONFIG_NR_CPUS is not set in ppc64_defconfig, So
> it gets default to 32 which is not likely suitable for
> powerpc systems configuration, hence defaulting it to 2048
> like other powerpc defconfigs.
> 
> Signed-off-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/2f40d82fef1ccad05ea5d99dbd8db5

cheers
diff mbox series

Patch

diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig
index f2515674a1e2..8f89ea12dc8d 100644
--- a/arch/powerpc/configs/ppc64_defconfig
+++ b/arch/powerpc/configs/ppc64_defconfig
@@ -1,4 +1,5 @@ 
 CONFIG_PPC64=y
+CONFIG_NR_CPUS=2048
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_NO_HZ=y