mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 06:43:09 +00:00
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:
parent
5a5e28daea
commit
4725fd3ce9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user