diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-11-16 15:20:05 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-11-16 15:20:05 -0800 |
commit | d33fdee4d090076462cfe25473f7139c3204b16e (patch) | |
tree | 0b7cbabcd57b72baf0e5bbfa2ce97094a518adf0 /include | |
parent | 1e8703b2e6aefba84dd9633d90a4093ff1200b93 (diff) | |
parent | 1e5a74059f9059d330744eac84873b1b99657008 (diff) | |
download | linux-stable-d33fdee4d090076462cfe25473f7139c3204b16e.tar.gz linux-stable-d33fdee4d090076462cfe25473f7139c3204b16e.tar.bz2 linux-stable-d33fdee4d090076462cfe25473f7139c3204b16e.zip |
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
sched: Fix cross-sched-class wakeup preemption
sched: Fix runnable condition for stoptask
sched: Use group weight, idle cpu metrics to fix imbalances during idle
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index d0036e52a24a..2c79e921a68b 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -862,6 +862,7 @@ struct sched_group { * single CPU. */ unsigned int cpu_power, cpu_power_orig; + unsigned int group_weight; /* * The CPUs this group covers. |