[Devel] [PATCH rh7 2/2] sched: Fix double put_prev_task_fair() because of trigger_cpulimit_balance()
Vladimir Davydov
vdavydov at parallels.com
Thu Aug 20 05:59:10 PDT 2015
On Thu, Aug 20, 2015 at 02:27:05PM +0300, Kirill Tkhai wrote:
...
> +static void pre_schedule_fair(struct rq *rq, struct task_struct *prev)
> +{
> + trigger_cpulimit_balance(prev);
> +}
> +
You don't remove trigger_cpulimit_balance call from put_prev_task_fair.
Do we still need it there? [The same question for PCS6 version of this
patch]
More information about the Devel
mailing list