Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245552
b: refs/heads/master
c: dce840a
h: refs/heads/master
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Apr 11, 2011
1 parent c73f848 commit d80afaa
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 297 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: a9c9a9b6bff27ac9c746344a9c1a19bf3327002c
refs/heads/master: dce840a08702bd13a9a186e07e63d1ef82256b5e
5 changes: 5 additions & 0 deletions trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ static inline int sd_power_saving_flags(void)

struct sched_group {
struct sched_group *next; /* Must be a circular list */
atomic_t ref;

/*
* CPU power of this group, SCHED_LOAD_SCALE being max power for a
Expand Down Expand Up @@ -973,6 +974,10 @@ struct sched_domain {
#ifdef CONFIG_SCHED_DEBUG
char *name;
#endif
union {
void *private; /* used during construction */
struct rcu_head rcu; /* used during destruction */
};

unsigned int span_weight;
/*
Expand Down
Loading

0 comments on commit d80afaa

Please sign in to comment.