From 23837fe236f2d1838eddd434bd8086db07bb3420 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Fri, 15 Jul 2011 14:39:31 +0100 Subject: [PATCH] cpuidle: Add support for the Penwell processor to intel_idle.c The Penwell Atom processor is very similar to the Lincroft processor in terms of power behavior.. add the device ID. Change-Id: Idbac8ec87b7ed42a9bc169df2d96172e7685d71f Signed-off-by: Arjan van de Ven Signed-off-by: Alan Cox --- drivers/idle/intel_idle.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index 3717e0c..81bd9a3 100644 --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c @@ -472,6 +472,7 @@ static int intel_idle_probe(void) break; case 0x26: /* 38 - Lincroft Atom Processor */ + cpuidle_state_table = mrst_cstates; #ifdef CONFIG_X86_MRST cpuidle_device_prepare = mrst_pmu_validate_cstates; #endif -- 2.7.4