Messages in this thread |  | | | Subject | Re: [PATCH] sched: add missing call for calc_load_exit_idle | | From | Peter Zijlstra <> | | Date | Mon, 20 Aug 2012 10:39:24 +0200 |
| |
On Mon, 2012-08-20 at 16:02 +0800, Charles Wang wrote: > From Charles Wang <muming.wq@taobao.com> > > Azat Khuzhin reported "high loadavg in linux-3.6" > > After checking for upstream's code, I found Peter's patch > (Commit id:5167e8d5417bf5c322a703d2927daec727ea40dd) not be > fully applied, missing the call for calc_load_exit_idle. > After that idle exit in sampling window will always be calculated > to non-idle, and the load will be higher than normal. > > This patch add the missing call for calc_load_exit_idle. > > Signed-off-by: Charles Wang <muming.wq@taobao.com>
Argh! how the @#$# did that happen..
Thanks for spotting it.
|  |