linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] book3e/corenet64: increase CPU numbers by default
@ 2013-02-26  9:33 Tiejun Chen
  2013-03-08 20:39 ` Kumar Gala
  0 siblings, 1 reply; 2+ messages in thread
From: Tiejun Chen @ 2013-02-26  9:33 UTC (permalink / raw)
  To: benh, galak; +Cc: linuxppc-dev

Currently we already support p5040ds which has 4 e5500 cores, but
twelve dual-threaded e6500 cores are also built on T4240, we can
change CONFIG_NR_CPUS with this value now.

Signed-off-by: Tiejun Chen <tiejun.chen@windriver.com>
---
 arch/powerpc/configs/corenet64_smp_defconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/configs/corenet64_smp_defconfig b/arch/powerpc/configs/corenet64_smp_defconfig
index 7375961..7b0dfe3 100644
--- a/arch/powerpc/configs/corenet64_smp_defconfig
+++ b/arch/powerpc/configs/corenet64_smp_defconfig
@@ -2,7 +2,7 @@ CONFIG_PPC64=y
 CONFIG_PPC_BOOK3E_64=y
 # CONFIG_VIRT_CPU_ACCOUNTING is not set
 CONFIG_SMP=y
-CONFIG_NR_CPUS=2
+CONFIG_NR_CPUS=24
 CONFIG_EXPERIMENTAL=y
 CONFIG_SYSVIPC=y
 CONFIG_BSD_PROCESS_ACCT=y
-- 
1.7.9.5

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

* Re: [PATCH 1/1] book3e/corenet64: increase CPU numbers by default
  2013-02-26  9:33 [PATCH 1/1] book3e/corenet64: increase CPU numbers by default Tiejun Chen
@ 2013-03-08 20:39 ` Kumar Gala
  0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2013-03-08 20:39 UTC (permalink / raw)
  To: Tiejun Chen; +Cc: linuxppc-dev


On Feb 26, 2013, at 3:33 AM, Tiejun Chen wrote:

> Currently we already support p5040ds which has 4 e5500 cores, but
> twelve dual-threaded e6500 cores are also built on T4240, we can
> change CONFIG_NR_CPUS with this value now.
> 
> Signed-off-by: Tiejun Chen <tiejun.chen@windriver.com>
> ---
> arch/powerpc/configs/corenet64_smp_defconfig |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

I've handled this as part of the T4 baseline support patchset.

- k

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

end of thread, other threads:[~2013-03-08 20:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-26  9:33 [PATCH 1/1] book3e/corenet64: increase CPU numbers by default Tiejun Chen
2013-03-08 20:39 ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).