Commit 3be19dd5 authored by Len Brown's avatar Len Brown Committed by Greg Kroah-Hartman

intel_idle: enable IVB Xeon support

commit 23795e58 upstream.

IVB Xeon currently shares the same parameters IVB client.
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
Cc: Vinson Lee <vlee@twopensource.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5806153a
...@@ -399,6 +399,7 @@ static const struct x86_cpu_id intel_idle_ids[] = { ...@@ -399,6 +399,7 @@ static const struct x86_cpu_id intel_idle_ids[] = {
ICPU(0x2a, idle_cpu_snb), ICPU(0x2a, idle_cpu_snb),
ICPU(0x2d, idle_cpu_snb), ICPU(0x2d, idle_cpu_snb),
ICPU(0x3a, idle_cpu_ivb), ICPU(0x3a, idle_cpu_ivb),
ICPU(0x3e, idle_cpu_ivb),
{} {}
}; };
MODULE_DEVICE_TABLE(x86cpu, intel_idle_ids); MODULE_DEVICE_TABLE(x86cpu, intel_idle_ids);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment