Skip to content

Commit

Permalink
intel_idle: enable IVB Xeon support
Browse files Browse the repository at this point in the history
commit 23795e5 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: Ben Hutchings <ben@decadent.org.uk>
  • Loading branch information
Ben Hutchings committed Dec 6, 2012
1 parent 9f1c939 commit d670ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/idle/intel_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ static int intel_idle_probe(void)
break;

case 0x3A: /* IVB */
case 0x3E: /* IVB Xeon */
cpuidle_state_table = ivb_cstates;
break;

Expand Down

0 comments on commit d670ed5

Please sign in to comment.