dect
/
linux-2.6
Archived
13
0
Fork 0

intel_idle: enable IVB Xeon support

IVB Xeon currently shares the same parameters IVB client.

Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
Len Brown 2012-09-26 22:28:21 -04:00
parent 5e19997a74
commit 23795e580c
1 changed files with 1 additions and 0 deletions

View File

@ -413,6 +413,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);