Commit 4725fd3ce970c27a1678fb0809bfc7c2f4ac3e4f

Authored by Arjan van de Ven
Committed by Len Brown
1 parent 5a5e28daea

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/idle/intel_idle.c
... ... @@ -265,6 +265,7 @@
265 265 break;
266 266  
267 267 case 0x1C: /* 28 - Atom Processor */
  268 + case 0x26: /* 38 - Lincroft Atom Processor */
268 269 lapic_timer_reliable_states = (1 << 2) | (1 << 1); /* C2, C1 */
269 270 cpuidle_state_table = atom_cstates;
270 271 break;