Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155510
b: refs/heads/master
c: c20b08e
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Checconi authored and Ingo Molnar committed Jul 10, 2009
1 parent dfabcb3 commit cf90e79
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: 7793527b90d9418211f4fe8464cc1dcb1631ea1b
refs/heads/master: c20b08e3986c2dbfa6df1e880bf4f7159994d199
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -9093,7 +9093,7 @@ static void init_rt_rq(struct rt_rq *rt_rq, struct rq *rq)
#ifdef CONFIG_SMP
rt_rq->rt_nr_migratory = 0;
rt_rq->overloaded = 0;
plist_head_init(&rq->rt.pushable_tasks, &rq->lock);
plist_head_init(&rt_rq->pushable_tasks, &rq->lock);
#endif

rt_rq->rt_time = 0;
Expand Down

0 comments on commit cf90e79

Please sign in to comment.