[kernel] these should have been in x86-generic, not all-generic

Dave Jones davej at fedoraproject.org
Tue Aug 9 23:41:31 UTC 2011


commit 68f00c16fba19db0ddbb33bb4f57d6603c188f74
Author: Dave Jones <davej at redhat.com>
Date:   Tue Aug 9 19:41:05 2011 -0400

    these should have been in x86-generic, not all-generic

 config-generic     |    4 ----
 config-x86-generic |    4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/config-generic b/config-generic
index f5347bc..03656b5 100644
--- a/config-generic
+++ b/config-generic
@@ -4711,7 +4711,3 @@ CONFIG_INTEL_MID_PTI=m
 
 CONFIG_IOMMU_SUPPORT=y
 
-CONFIG_SCHED_SMT=y
-CONFIG_CC_STACKPROTECTOR=y
-CONFIG_RELOCATABLE=y
-
diff --git a/config-x86-generic b/config-x86-generic
index f01a589..0f1216e 100644
--- a/config-x86-generic
+++ b/config-x86-generic
@@ -392,3 +392,7 @@ CONFIG_HP_ACCEL=m
 
 # CONFIG_GPIO_GENERIC_PLATFORM is not set
 # CONFIG_GPIO_MCP23S08 is not set
+
+CONFIG_SCHED_SMT=y
+CONFIG_CC_STACKPROTECTOR=y
+CONFIG_RELOCATABLE=y


More information about the scm-commits mailing list