diff options
Diffstat (limited to 'kernel/sched/sched.h')
-rw-r--r-- | kernel/sched/sched.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index c0660a1a0cd1..753bdd567416 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h | |||
@@ -212,9 +212,6 @@ struct cfs_rq { | |||
212 | struct rb_root tasks_timeline; | 212 | struct rb_root tasks_timeline; |
213 | struct rb_node *rb_leftmost; | 213 | struct rb_node *rb_leftmost; |
214 | 214 | ||
215 | struct list_head tasks; | ||
216 | struct list_head *balance_iterator; | ||
217 | |||
218 | /* | 215 | /* |
219 | * 'curr' points to currently running entity on this cfs_rq. | 216 | * 'curr' points to currently running entity on this cfs_rq. |
220 | * It is set to NULL otherwise (i.e when none are currently running). | 217 | * It is set to NULL otherwise (i.e when none are currently running). |
@@ -242,11 +239,6 @@ struct cfs_rq { | |||
242 | 239 | ||
243 | #ifdef CONFIG_SMP | 240 | #ifdef CONFIG_SMP |
244 | /* | 241 | /* |
245 | * the part of load.weight contributed by tasks | ||
246 | */ | ||
247 | unsigned long task_weight; | ||
248 | |||
249 | /* | ||
250 | * h_load = weight * f(tg) | 242 | * h_load = weight * f(tg) |
251 | * | 243 | * |
252 | * Where f(tg) is the recursive weight fraction assigned to | 244 | * Where f(tg) is the recursive weight fraction assigned to |
@@ -420,6 +412,8 @@ struct rq { | |||
420 | int cpu; | 412 | int cpu; |
421 | int online; | 413 | int online; |
422 | 414 | ||
415 | struct list_head cfs_tasks; | ||
416 | |||
423 | u64 rt_avg; | 417 | u64 rt_avg; |
424 | u64 age_stamp; | 418 | u64 age_stamp; |
425 | u64 idle_stamp; | 419 | u64 idle_stamp; |