summaryrefslogtreecommitdiffstats
path: root/include/linux/cpuidle.h
diff options
context:
space:
mode:
authorLen Brown2013-02-27 19:18:50 +0100
committerLen Brown2013-04-18 01:23:32 +0200
commit86239ceb33b0d8480b0f0ca0eec08e7f7a807374 (patch)
treea550318b207a3bdde7c095b23c3dfef18637ea12 /include/linux/cpuidle.h
parenttools/power turbostat: display C8, C9, C10 residency (diff)
downloadkernel-qcow2-linux-86239ceb33b0d8480b0f0ca0eec08e7f7a807374.tar.gz
kernel-qcow2-linux-86239ceb33b0d8480b0f0ca0eec08e7f7a807374.tar.xz
kernel-qcow2-linux-86239ceb33b0d8480b0f0ca0eec08e7f7a807374.zip
intel_idle: initial C8, C9, C10 support
Allow intel_idle and cpuidle to utilize C8, C9, C10 when they are present on... "Fourth Generation Intel(R) Core(TM) Processors", which are based on Intel(R) microarchitecture code name Haswell. Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/linux/cpuidle.h')
-rw-r--r--include/linux/cpuidle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h
index 480c14dc1ddd..309f7f596b4c 100644
--- a/include/linux/cpuidle.h
+++ b/include/linux/cpuidle.h
@@ -17,7 +17,7 @@
#include <linux/completion.h>
#include <linux/hrtimer.h>
-#define CPUIDLE_STATE_MAX 8
+#define CPUIDLE_STATE_MAX 10
#define CPUIDLE_NAME_LEN 16
#define CPUIDLE_DESC_LEN 32