Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69043
b: refs/heads/master
c: d02e5ed
h: refs/heads/master
i:
  69041: 7987a88
  69039: bfae9e9
v: v3
  • Loading branch information
Dmitry Adamushko authored and Ingo Molnar committed Oct 15, 2007
1 parent ab1e8ec commit 410240c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29f59db3a74b0bdf78a1f5b53ef773caa82692dc
refs/heads/master: d02e5ed8d55e2a2b2735232ea1da40ffbf4c0932
4 changes: 4 additions & 0 deletions trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,10 @@ static void set_curr_task_fair(struct rq *rq)
#else
static void set_curr_task_fair(struct rq *rq)
{
struct sched_entity *se = &rq->curr->se;
struct cfs_rq *cfs_rq = cfs_rq_of(se);

cfs_rq->curr = se;
}
#endif

Expand Down

0 comments on commit 410240c

Please sign in to comment.