diff options
author | Wanpeng Li <wanpeng.li@linux.intel.com> | 2015-05-13 06:01:06 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-06-19 08:06:47 (GMT) |
commit | 6713c3aa7f63626c0cecf9c509fb48d885b2dd12 (patch) | |
tree | 4774b5f4d13f2fca134a61e8546661325a568fe4 /crypto | |
parent | 178a4d23e4e6a0a90b086dad86697676b49db60a (diff) | |
download | linux-6713c3aa7f63626c0cecf9c509fb48d885b2dd12.tar.xz |
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 <wanpeng.li@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Juri Lelli <juri.lelli@arm.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1431496867-4194-6-git-send-email-wanpeng.li@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions