Commit 4725fd3c authored by Arjan van de Ven's avatar Arjan van de Ven Committed by Len Brown

intel_idle: recognize Lincroft Atom Processor

Signed-off-by: default avatarArjan van de Ven <arjan@linux.intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 5a5e28da
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment