intel_idle: support additional Broadwell model

Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
Len Brown 2015-02-10 15:42:03 -05:00
parent bfa76d4957
commit bea57077e4
1 changed files with 1 additions and 0 deletions

View File

@ -727,6 +727,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),
{}