Commit 0842ca9e authored by Len Brown's avatar Len Brown Committed by Jiri Slaby

intel_idle: support additional Broadwell model

commit bea57077 upstream.
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent 6a54bbc6
......@@ -577,6 +577,7 @@ static const struct x86_cpu_id intel_idle_ids[] = {
ICPU(0x46, idle_cpu_hsw),
ICPU(0x4d, idle_cpu_avn),
ICPU(0x3d, idle_cpu_bdw),
ICPU(0x47, idle_cpu_bdw),
ICPU(0x4f, idle_cpu_bdw),
ICPU(0x56, idle_cpu_bdw),
{}
......
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