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>

authored by Arjan van de Ven and committed by Len Brown 4725fd3c 5a5e28da

+1
+1
drivers/idle/intel_idle.c
··· 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;