1
0
Fork 0

cpupower: Haswell also supports the C-states introduced with SandyBridge

Add Haswell model numbers to snb_register() as it also supports the
C-states introduced in SandyBridge processors.

[rjw: Changelog]
Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
hifive-unleashed-5.1
Thomas Renninger 2013-06-28 15:34:32 +02:00 committed by Rafael J. Wysocki
parent c4f3610eba
commit 2aa1ca75c4
1 changed files with 4 additions and 0 deletions

View File

@ -155,6 +155,10 @@ static struct cpuidle_monitor *snb_register(void)
case 0x2D: /* SNB Xeon */
case 0x3A: /* IVB */
case 0x3E: /* IVB Xeon */
case 0x3C: /* HSW */
case 0x3F: /* HSW */
case 0x45: /* HSW */
case 0x46: /* HSW */
break;
default:
return NULL;