diff options
Diffstat (limited to 'kernel/sched_rt.c')
-rw-r--r-- | kernel/sched_rt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched_rt.c b/kernel/sched_rt.c index 1ab66a227b51..c2266c43e993 100644 --- a/kernel/sched_rt.c +++ b/kernel/sched_rt.c | |||
@@ -1062,7 +1062,7 @@ static struct task_struct *_pick_next_task_rt(struct rq *rq) | |||
1062 | 1062 | ||
1063 | rt_rq = &rq->rt; | 1063 | rt_rq = &rq->rt; |
1064 | 1064 | ||
1065 | if (unlikely(!rt_rq->rt_nr_running)) | 1065 | if (!rt_rq->rt_nr_running) |
1066 | return NULL; | 1066 | return NULL; |
1067 | 1067 | ||
1068 | if (rt_rq_throttled(rt_rq)) | 1068 | if (rt_rq_throttled(rt_rq)) |