Re: high power consumption in recent kernels

From: Alex,Shi
Date: Wed Sep 29 2010 - 20:48:06 EST


On Wed, 2010-09-29 at 22:39 +0800, Norbert Preining wrote:
> Hi Alex,
>
> > Could you like to try the following patch on your system and see how
> > many power it consumption now?
>
> But this patch is excately what you send me already and what I tried
> and I answered in the last email?
>
> Do I miss something here?
>
> All the best
>
> Norbert
The following line is different, the new code remove the nohz_ratelimit
from irq_exit(). That may resolve your system too many interrupts
issue.

+ arch_needs_cpu(cpu)|| (inidle && nohz_ratelimit(cpu))) {


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/