summaryrefslogtreecommitdiffstats
path: root/config-armv7-generic
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2013-04-19 15:31:46 +0100
committerPeter Robinson <pbrobinson@gmail.com>2013-04-19 15:31:46 +0100
commitfc06515363b59fb96c2508ec24f9e3e2cf3c9316 (patch)
treea96a83d89ec1d8a8f450e9a02765179e5de0489d /config-armv7-generic
parent61e1b1840ffd68a5dec7b7e95fc960f605c17b09 (diff)
downloadkernel-fc06515363b59fb96c2508ec24f9e3e2cf3c9316.tar.gz
kernel-fc06515363b59fb96c2508ec24f9e3e2cf3c9316.tar.xz
kernel-fc06515363b59fb96c2508ec24f9e3e2cf3c9316.zip
Temporaily disable cpu idle on ARM as it appears to be causing stability issues
Diffstat (limited to 'config-armv7-generic')
-rw-r--r--config-armv7-generic9
1 files changed, 5 insertions, 4 deletions
diff --git a/config-armv7-generic b/config-armv7-generic
index 5f3159be..d6f2c84c 100644
--- a/config-armv7-generic
+++ b/config-armv7-generic
@@ -84,10 +84,11 @@ CONFIG_SCHED_SMT=y
CONFIG_RCU_FANOUT=32
CONFIG_RCU_FANOUT_LEAF=16
-CONFIG_CPU_IDLE=y
-# CONFIG_CPU_IDLE_GOV_LADDER is not set
-CONFIG_CPU_IDLE_GOV_MENU=y
-CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y
+# 2013/04/19 - disable due to stability issues in 3.9 for the moment
+# CONFIG_CPU_IDLE is not set
+## CONFIG_CPU_IDLE_GOV_LADDER is not set
+# CONFIG_CPU_IDLE_GOV_MENU is not set
+# CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
CONFIG_LSM_MMAP_MIN_ADDR=32768