Hi, Greg

I found that Linux-3.5.5 accept this commit "sched: Add missing call
to calc_load_exit_idle()" but I think this isn't needed. Because
"5167e8d5417b sched/nohz: Rewrite and fix load-avg computation --
again not fully applied" is true for 3.6 branch, but not for 3.5
branch. In 3.5 branch, calc_load_exit_idle() is already called in
tick_nohz_idle_exit(), it doesn't need to be called at
tick_nohz_update_jiffies() again. In 3.6 branch, some code of
tick_nohz_idle_exit() is splitted to tick_nohz_restart_sched_tick()
and calc_load_exit_idle() is missing by accident, so commit "sched:
Add missing call to calc_load_exit_idle()" is needed.
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to