dect
/
linux-2.6
Archived
13
0
Fork 0

intel_idle: recognize Lincroft Atom Processor

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
Arjan van de Ven 2010-07-21 23:42:25 -04:00 committed by Len Brown
parent 5a5e28daea
commit 4725fd3ce9
1 changed files with 1 additions and 0 deletions

View File

@ -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;