Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254923
b: refs/heads/master
c: c64be78
h: refs/heads/master
i:
  254921: ab127dd
  254919: 63b7c66
v: v3
  • Loading branch information
Peter Zijlstra authored and Linus Torvalds committed Jul 15, 2011
1 parent 931ca6f commit 7db3555
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5dcd07b9f39ca3e9be5bcc387d193fc0674e1c81
refs/heads/master: c64be78ffb415278d7d32d6f55de95c73dcc19a4
3 changes: 3 additions & 0 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -7757,6 +7757,9 @@ static void init_cfs_rq(struct cfs_rq *cfs_rq, struct rq *rq)
#endif
#endif
cfs_rq->min_vruntime = (u64)(-(1LL << 20));
#ifndef CONFIG_64BIT
cfs_rq->min_vruntime_copy = cfs_rq->min_vruntime;
#endif
}

static void init_rt_rq(struct rt_rq *rt_rq, struct rq *rq)
Expand Down

0 comments on commit 7db3555

Please sign in to comment.