Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257153
b: refs/heads/master
c: 8e54a2c
h: refs/heads/master
i:
  257151: 713fc05
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Dec 14, 2010
1 parent 0e45ae9 commit 50633e5
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: 33c3d6c61debcc0d295fe65521cfbc45409936c7
refs/heads/master: 8e54a2c036d8c47195f094af1628834f4c55844a
2 changes: 1 addition & 1 deletion trunk/kernel/sched_rt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ static struct task_struct *_pick_next_task_rt(struct rq *rq)

rt_rq = &rq->rt;

if (unlikely(!rt_rq->rt_nr_running))
if (!rt_rq->rt_nr_running)
return NULL;

if (rt_rq_throttled(rt_rq))
Expand Down

0 comments on commit 50633e5

Please sign in to comment.