]> Git Repo - linux.git/commitdiff
intel_idle: recognize Lincroft Atom Processor
authorArjan van de Ven <[email protected]>
Thu, 22 Jul 2010 03:42:25 +0000 (23:42 -0400)
committerLen Brown <[email protected]>
Sun, 15 Aug 2010 02:54:52 +0000 (22:54 -0400)
Signed-off-by: Arjan van de Ven <[email protected]>
Signed-off-by: Len Brown <[email protected]>
drivers/idle/intel_idle.c

index 97655ed8a98940db54eacece335c7c12639de8d7..b1909fb066ef7faa6d3bff5c3ac1015f93395bdc 100755 (executable)
@@ -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;
This page took 0.054365 seconds and 4 git commands to generate.