diff options
Diffstat (limited to 'kernel/sched/sched.h')
-rw-r--r-- | kernel/sched/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index 924a99094888..134928dc6f05 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h | |||
@@ -113,6 +113,7 @@ struct task_group { | |||
113 | 113 | ||
114 | atomic_t load_weight; | 114 | atomic_t load_weight; |
115 | atomic64_t load_avg; | 115 | atomic64_t load_avg; |
116 | atomic_t runnable_avg; | ||
116 | #endif | 117 | #endif |
117 | 118 | ||
118 | #ifdef CONFIG_RT_GROUP_SCHED | 119 | #ifdef CONFIG_RT_GROUP_SCHED |
@@ -234,6 +235,7 @@ struct cfs_rq { | |||
234 | atomic64_t decay_counter, removed_load; | 235 | atomic64_t decay_counter, removed_load; |
235 | u64 last_decay; | 236 | u64 last_decay; |
236 | #ifdef CONFIG_FAIR_GROUP_SCHED | 237 | #ifdef CONFIG_FAIR_GROUP_SCHED |
238 | u32 tg_runnable_contrib; | ||
237 | u64 tg_load_contrib; | 239 | u64 tg_load_contrib; |
238 | #endif | 240 | #endif |
239 | #endif | 241 | #endif |