Skip to content

Commit

Permalink
intel_idle: recognize Lincroft Atom Processor
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
fenrus75 authored and lenb committed Aug 15, 2010
1 parent 5a5e28d commit 4725fd3
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 @@ -265,6 +265,7 @@ static int intel_idle_probe(void)
break;

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

0 comments on commit 4725fd3

Please sign in to comment.