Messages in this thread Patch in this message |  | | | From | Len Brown <> | | Subject | [PATCH 5/5] intel_idle: recognize Lincroft Atom Processor | | Date | Sun, 15 Aug 2010 01:22:05 -0400 |
| |
From: Arjan van de Ven <arjan@linux.intel.com>
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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index 97655ed..b1909fb 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; -- 1.7.2.1.95.g3d045
|  |