]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
intel_idle: recognize Lincroft Atom Processor
authorArjan van de Ven <arjan@linux.intel.com>
Thu, 22 Jul 2010 03:42:25 +0000 (23:42 -0400)
committerLen Brown <len.brown@intel.com>
Sun, 15 Aug 2010 02:54:52 +0000 (22:54 -0400)
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
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;