[linux-yocto] [PATCH 2/6] common-pc: Remove SMP from common-pc*-cpu fragments
Darren Hart
dvhart at linux.intel.com
Wed Apr 2 00:19:27 PDT 2014
The x86 and x86_64 config fragments already include SMP and SMT support,
remove the redundant configuration in the common-pc*-cpu.cfg files.
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
.../bsp/common-pc-64/common-pc-64-cpu.cfg | 2 --
.../kernel-cache/bsp/common-pc/common-pc-cpu.cfg | 1 -
2 files changed, 3 deletions(-)
diff --git a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64-cpu.cfg b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64-cpu.cfg
index 3cf6df2..8dced73 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64-cpu.cfg
+++ b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64-cpu.cfg
@@ -11,9 +11,7 @@
#
#.........................................................................
-CONFIG_SMP=y
CONFIG_MCORE2=y
CONFIG_IA32_EMULATION=y
-CONFIG_SCHED_SMT=y
CONFIG_NR_CPUS=24
CONFIG_PM=y
diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-cpu.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-cpu.cfg
index ad55eb6..7254517 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-cpu.cfg
+++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-cpu.cfg
@@ -16,5 +16,4 @@ CONFIG_X86_GENERIC=y
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_MTRR=y
-CONFIG_SMP=y
CONFIG_PM=y
--
1.7.9.5
More information about the linux-yocto
mailing list