RE: [patch] Add IVB model 3e support to /drivers/idle/intel_idle.c

2012-11-26 Thread Brown, Len
> diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index > e872617..b0f6b4c 100644 > --- a/drivers/idle/intel_idle.c > +++ b/drivers/idle/intel_idle.c > @@ -413,6 +413,7 @@ static const struct x86_cpu_id intel_idle_ids[] = { > ICPU(0x2a, idle_cpu_snb), > ICPU(0x2d

[patch] Add IVB model 3e support to /drivers/idle/intel_idle.c

2012-11-26 Thread Ethan Zhao
Hi, Len Please help to review and apply the patch if it is OK. I didn't go through all the related code, simply add the model 3e to the id list, I have tested it with stable branch kernel 3.6.7 on my Server with Intel ES0 installed. Thanks, Ethan commit 59b90976a0d93d1656583c7a807ec9c8909b077