forked from Minki/linux
sched/tg: Remove tg.load_weight
Since no one use it. Signed-off-by: Alex Shi <alex.shi@intel.com> Reviewed-by: Paul Turner <pjt@google.com> Tested-by: Vincent Guittot <vincent.guittot@linaro.org> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1371694737-29336-13-git-send-email-alex.shi@intel.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
parent
2509940fd7
commit
a9cef46a10
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user