diff options
author | Alex Shi <[email protected]> | 2013-06-20 10:18:56 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2013-06-27 10:07:43 +0200 |
commit | a9cef46a10cc1b84bf2cdf4060766d858c0439d8 (patch) | |
tree | a1f47a7753861255a0987569beebd7bd782d62f0 | |
parent | 2509940fd71c2e2915a05052bbdbf2d478364184 (diff) |
sched/tg: Remove tg.load_weight
Since no one use it.
Signed-off-by: Alex Shi <[email protected]>
Reviewed-by: Paul Turner <[email protected]>
Tested-by: Vincent Guittot <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | kernel/sched/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index 705991906fbe..ef0a7b2439dd 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h @@ -148,7 +148,6 @@ struct task_group { struct cfs_rq **cfs_rq; unsigned long shares; - atomic_t load_weight; #ifdef CONFIG_SMP atomic_long_t load_avg; atomic_t runnable_avg; |