diff --git a/[refs] b/[refs] index 20d66a60221d..de398dc5049e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2baab4e90495ebc9826c93f79d74d6e60a828d24 +refs/heads/master: 1b028abc779b67b699daff55e27d2432f8d92666 diff --git a/trunk/kernel/sched/rt.c b/trunk/kernel/sched/rt.c index b60dad720173..44af55e6d5d0 100644 --- a/trunk/kernel/sched/rt.c +++ b/trunk/kernel/sched/rt.c @@ -1428,7 +1428,7 @@ static struct task_struct *pick_next_highest_task_rt(struct rq *rq, int cpu) next_idx: if (idx >= MAX_RT_PRIO) continue; - if (next && next->prio < idx) + if (next && next->prio <= idx) continue; list_for_each_entry(rt_se, array->queue + idx, run_list) { struct task_struct *p;