Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217632
b: refs/heads/master
c: c25d299
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Oct 26, 2010
1 parent d167afb commit b40b215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00527cc6bbcac05ab7d54c40bda1ff2a0625ab10
refs/heads/master: c25d29952b2a8c9aaf00e081c9162a0e383030cd
2 changes: 1 addition & 1 deletion trunk/drivers/idle/intel_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ static int intel_idle_probe(void)

case 0x1C: /* 28 - Atom Processor */
case 0x26: /* 38 - Lincroft Atom Processor */
lapic_timer_reliable_states = (1 << 2) | (1 << 1); /* C2, C1 */
lapic_timer_reliable_states = (1 << 1); /* C1 */
cpuidle_state_table = atom_cstates;
break;

Expand Down

0 comments on commit b40b215

Please sign in to comment.