diff options
author | T.Zhou <t1zhou@163.com> | 2016-11-22 19:48:32 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-11-23 04:23:21 -0500 |
commit | 176cedc4ed143745708999155c11b5717cdebb35 (patch) | |
tree | 97e5e825f668e473b7eb062993672a0f416f5f93 | |
parent | ec84f0056711efe93f034c86dd65e0de8d3531ff (diff) |
sched/dl: Fix comment in pick_next_task_dl()
Fix cut & paste oversight:
s/pull_rt_task/pull_dl_task
Signed-off-by: T.Zhou <t1zhou@163.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: juri.lelli@gmail.com
Link: http://lkml.kernel.org/r/20161123004832.GA2983@geo
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | kernel/sched/deadline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/deadline.c b/kernel/sched/deadline.c index c61b461248a3..70ef2b1901e4 100644 --- a/kernel/sched/deadline.c +++ b/kernel/sched/deadline.c | |||
@@ -1137,7 +1137,7 @@ pick_next_task_dl(struct rq *rq, struct task_struct *prev, struct pin_cookie coo | |||
1137 | pull_dl_task(rq); | 1137 | pull_dl_task(rq); |
1138 | lockdep_repin_lock(&rq->lock, cookie); | 1138 | lockdep_repin_lock(&rq->lock, cookie); |
1139 | /* | 1139 | /* |
1140 | * pull_rt_task() can drop (and re-acquire) rq->lock; this | 1140 | * pull_dl_task() can drop (and re-acquire) rq->lock; this |
1141 | * means a stop task can slip in, in which case we need to | 1141 | * means a stop task can slip in, in which case we need to |
1142 | * re-start task selection. | 1142 | * re-start task selection. |
1143 | */ | 1143 | */ |