Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69055
b: refs/heads/master
c: 72ea22f
h: refs/heads/master
i:
  69053: 172bd5e
  69051: a3034e0
  69047: 85264aa
  69039: bfae9e9
  69023: 77ba2da
  68991: 1b003de
v: v3
  • Loading branch information
Srivatsa Vaddagiri authored and Ingo Molnar committed Oct 15, 2007
1 parent fc05a06 commit 84772f8
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: 83b699ed20f5218580a1b7042064082e2e05f8c5
refs/heads/master: 72ea22f8fbc893425faefa60641f45a4cdef2261
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ static void dequeue_task_fair(struct rq *rq, struct task_struct *p, int sleep)
*/
static void yield_task_fair(struct rq *rq)
{
struct cfs_rq *cfs_rq = &rq->cfs;
struct cfs_rq *cfs_rq = task_cfs_rq(rq->curr);
struct rb_node **link = &cfs_rq->tasks_timeline.rb_node;
struct sched_entity *rightmost, *se = &rq->curr->se;
struct rb_node *parent;
Expand Down

0 comments on commit 84772f8

Please sign in to comment.