Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269134
b: refs/heads/master
c: 67d9553
h: refs/heads/master
v: v3
  • Loading branch information
Hillf Danton authored and Ingo Molnar committed Aug 14, 2011
1 parent f21941f commit 7b923dc
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: c350a04efd1c89cd256b2abc8f07a21d0d53ff24
refs/heads/master: 67d955383ab2ef8866c494c14156a4f3d29e441c
2 changes: 1 addition & 1 deletion trunk/kernel/sched_rt.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ static inline int next_prio(struct rq *rq)
{
struct task_struct *next = pick_next_highest_task_rt(rq, rq->cpu);

if (next && rt_prio(next->prio))
if (next)
return next->prio;
else
return MAX_RT_PRIO;
Expand Down

0 comments on commit 7b923dc

Please sign in to comment.