Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297414
b: refs/heads/master
c: 1b028ab
h: refs/heads/master
v: v3
  • Loading branch information
Michael J Wang authored and Ingo Molnar committed Mar 27, 2012
1 parent 29d9df7 commit d963c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2baab4e90495ebc9826c93f79d74d6e60a828d24
refs/heads/master: 1b028abc779b67b699daff55e27d2432f8d92666
2 changes: 1 addition & 1 deletion trunk/kernel/sched/rt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d963c86

Please sign in to comment.