Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234548
b: refs/heads/master
c: 725e758
h: refs/heads/master
v: v3
  • Loading branch information
Rik van Riel authored and Ingo Molnar committed Feb 3, 2011
1 parent cf17329 commit 7f6201e
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: 6ea72f12069306b235151c5b05ac0cca7e1dedfa
refs/heads/master: 725e7580aaf98e9f7b22b8ccfc640ad0c09e2b08
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ static void yield_task_fair(struct rq *rq)
/*
* Are we the only task in the tree?
*/
if (unlikely(cfs_rq->nr_running == 1))
if (unlikely(rq->nr_running == 1))
return;

clear_buddies(cfs_rq, se);
Expand Down

0 comments on commit 7f6201e

Please sign in to comment.