[linux-yocto] [PATCH 1/1] meta: intel-corei7-64 nr_cpus set to 24

boon.leong.ong at intel.com boon.leong.ong at intel.com
Wed Apr 9 10:39:38 PDT 2014


From: Ong Boon Leong <boon.leong.ong at intel.com>

Change default nr_cpus to 24 instead of default 8 because
Romley platform supports 24 SMP processors.

Signed-off-by: Ong Boon Leong <boon.leong.ong at intel.com>
---
 meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.cfg |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.cfg b/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.cfg
index e7616f3..b9dd9fb 100644
--- a/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.cfg
+++ b/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.cfg
@@ -1,2 +1,3 @@
 # There isn't an option for CPUs newer than MCORE2 in the Kconfig
 CONFIG_MCORE2=y
+CONFIG_NR_CPUS=24
-- 
1.7.10.4



More information about the linux-yocto mailing list