projects
/
wrapfs-4.13.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5806153
)
intel_idle: enable IVB Xeon support
author
Len Brown
<len.brown@intel.com>
Thu, 27 Sep 2012 02:28:21 +0000
(22:28 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 17:42:11 +0000
(09:42 -0800)
commit
23795e580cad5d6b73d47d51b9074ce3e58bf334
upstream.
IVB Xeon currently shares the same parameters IVB client.
Signed-off-by: Len Brown <len.brown@intel.com>
Cc: Vinson Lee <vlee@twopensource.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/idle/intel_idle.c
patch
|
blob
|
history
diff --git
a/drivers/idle/intel_idle.c
b/drivers/idle/intel_idle.c
index a759a4c4bb0a90614486f737a4ad2cf53312ac2e..8d1ebd33229249343447e6a6a65c81b01593aefa 100644
(file)
--- a/
drivers/idle/intel_idle.c
+++ b/
drivers/idle/intel_idle.c
@@
-399,6
+399,7
@@
static const struct x86_cpu_id intel_idle_ids[] = {
ICPU(0x2a, idle_cpu_snb),
ICPU(0x2d, idle_cpu_snb),
ICPU(0x3a, idle_cpu_ivb),
+ ICPU(0x3e, idle_cpu_ivb),
{}
};
MODULE_DEVICE_TABLE(x86cpu, intel_idle_ids);