]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/idle/intel_idle.c
intel_idle: recognize Lincroft Atom Processor
[net-next-2.6.git] / 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;