Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257176
b: refs/heads/master
c: 26a148e
h: refs/heads/master
v: v3
  • Loading branch information
Richard Kennedy authored and Ingo Molnar committed Jul 21, 2011
1 parent 0ef30d2 commit 07a52b1
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: 99bc52429f11d1f4f81495ac8237085aaeb6bccf
refs/heads/master: 26a148eb9c790149750f7e77da0d96029443d400
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ struct rt_rq {
*/
struct root_domain {
atomic_t refcount;
atomic_t rto_count;
struct rcu_head rcu;
cpumask_var_t span;
cpumask_var_t online;
Expand All @@ -431,7 +432,6 @@ struct root_domain {
* one runnable RT task.
*/
cpumask_var_t rto_mask;
atomic_t rto_count;
struct cpupri cpupri;
};

Expand Down

0 comments on commit 07a52b1

Please sign in to comment.