]> Git Repo - linux.git/commit
sched: Remove superfluous resetting of the p->dl_throttled flag
authorWanpeng Li <[email protected]>
Wed, 13 May 2015 06:01:06 +0000 (14:01 +0800)
committerIngo Molnar <[email protected]>
Fri, 19 Jun 2015 08:06:47 +0000 (10:06 +0200)
commit6713c3aa7f63626c0cecf9c509fb48d885b2dd12
tree4774b5f4d13f2fca134a61e8546661325a568fe4
parent178a4d23e4e6a0a90b086dad86697676b49db60a
sched: Remove superfluous resetting of the p->dl_throttled flag

Resetting the p->dl_throttled flag in rt_mutex_setprio() (for a task that is going
to be boosted) is superfluous, as the natural place to do so is in
replenish_dl_entity().

If the task was on the runqueue and it is boosted by a DL task, it will be enqueued
back with ENQUEUE_REPLENISH flag set, which can guarantee that dl_throttled is
reset in replenish_dl_entity().

This patch drops the resetting of throttled status in function rt_mutex_setprio().

Signed-off-by: Wanpeng Li <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Juri Lelli <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/sched/core.c
This page took 0.052948 seconds and 4 git commands to generate.