Commit d670ed5e authored by Ben Hutchings's avatar Ben Hutchings

intel_idle: enable IVB Xeon support

commit 23795e58 upstream.

IVB Xeon currently shares the same parameters IVB client.

For 3.2, add model number to the switch in intel_idle_probe(), as
there is no device ID table.
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 9f1c9393
......@@ -419,6 +419,7 @@ static int intel_idle_probe(void)
break;
case 0x3A: /* IVB */
case 0x3E: /* IVB Xeon */
cpuidle_state_table = ivb_cstates;
break;
......
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