On 4/10/2014 4:20 AM, [email protected] wrote:
From: Ong Boon Leong <[email protected]>

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 <[email protected]>

Signed-off-by: Ong Boon Leong <[email protected]>
---
  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
[email protected]
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to