From: Arjan van de Ven Date: Thu, 22 Jul 2010 03:42:25 +0000 (-0400) Subject: intel_idle: recognize Lincroft Atom Processor X-Git-Tag: v2.6.36-rc1~7^2 X-Git-Url: http://bbs.cooldavid.org/git/?p=net-next-2.6.git;a=commitdiff_plain;h=4725fd3ce970c27a1678fb0809bfc7c2f4ac3e4f intel_idle: recognize Lincroft Atom Processor Signed-off-by: Arjan van de Ven Signed-off-by: Len Brown --- diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index 97655ed8a98..b1909fb066e 100755 --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c @@ -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;