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:
committed by
Len Brown
parent
5a5e28daea
commit
4725fd3ce9
@@ -265,6 +265,7 @@ static int intel_idle_probe(void)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 0x1C: /* 28 - Atom Processor */
|
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 << 2) | (1 << 1); /* C2, C1 */
|
||||||
cpuidle_state_table = atom_cstates;
|
cpuidle_state_table = atom_cstates;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user