[linux-yocto] [PATCH 1/1] meta: smp.scc: increase default NR_CPUS to 64

2014-04-09 Thread boon . leong . ong
From: Ong Boon Leong 

Change CONFIG_NR_CPUS from 8 to 64 so that platform with
processors count more than 8 will be all activited.

Signed-off-by: Ong Boon Leong 
---
 meta/cfg/kernel-cache/cfg/smp.cfg |3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/cfg/kernel-cache/cfg/smp.cfg 
b/meta/cfg/kernel-cache/cfg/smp.cfg
index f53b969..2204774 100644
--- a/meta/cfg/kernel-cache/cfg/smp.cfg
+++ b/meta/cfg/kernel-cache/cfg/smp.cfg
@@ -1,2 +1,5 @@
 CONFIG_SMP=y
 CONFIG_SCHED_SMT=y
+# Increase default NR_CPUS from 8 to 64 so that platform with
+# more than 8 processors can be all activated at boot time
+CONFIG_NR_CPUS=64
-- 
1.7.10.4

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] [PATCH 1/1] meta: smp.scc: increase default NR_CPUS to 64

2014-04-09 Thread Darren Hart
On 4/10/14, 4:20, "boon.leong@intel.com" 
wrote:

>From: Ong Boon Leong 
>
>Change CONFIG_NR_CPUS from 8 to 64 so that platform with
>processors count more than 8 will be all activited.
>
>Signed-off-by: Ong Boon Leong 

Acked-by: Darren Hart 


>---
> meta/cfg/kernel-cache/cfg/smp.cfg |3 +++
> 1 file changed, 3 insertions(+)
>
>diff --git a/meta/cfg/kernel-cache/cfg/smp.cfg
>b/meta/cfg/kernel-cache/cfg/smp.cfg
>index f53b969..2204774 100644
>--- a/meta/cfg/kernel-cache/cfg/smp.cfg
>+++ b/meta/cfg/kernel-cache/cfg/smp.cfg
>@@ -1,2 +1,5 @@
> CONFIG_SMP=y
> CONFIG_SCHED_SMT=y
>+# Increase default NR_CPUS from 8 to 64 so that platform with
>+# more than 8 processors can be all activated at boot time
>+CONFIG_NR_CPUS=64
>-- 
>1.7.10.4
>


-- 
Darren Hart Open Source Technology Center
darren.h...@intel.com   Intel Corporation



-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] [PATCH 1/1] meta: smp.scc: increase default NR_CPUS to 64

2014-04-10 Thread Kamble, Nitin A


On 4/10/2014 4:20 AM, boon.leong@intel.com wrote:

From: Ong Boon Leong 

Change CONFIG_NR_CPUS from 8 to 64 so that platform with
processors count more than 8 will be all activited.

Acked-By: Nitin A Kamble 


Signed-off-by: Ong Boon Leong 
---
  meta/cfg/kernel-cache/cfg/smp.cfg |3 +++
  1 file changed, 3 insertions(+)

diff --git a/meta/cfg/kernel-cache/cfg/smp.cfg 
b/meta/cfg/kernel-cache/cfg/smp.cfg
index f53b969..2204774 100644
--- a/meta/cfg/kernel-cache/cfg/smp.cfg
+++ b/meta/cfg/kernel-cache/cfg/smp.cfg
@@ -1,2 +1,5 @@
  CONFIG_SMP=y
  CONFIG_SCHED_SMT=y
+# Increase default NR_CPUS from 8 to 64 so that platform with
+# more than 8 processors can be all activated at boot time
+CONFIG_NR_CPUS=64


--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto