]> asedeno.scripts.mit.edu Git - linux.git/commit
sched/cleanups: Add load balance cpumask pointer to 'struct lb_env'
authorMichael Wang <wangyun@linux.vnet.ibm.com>
Thu, 12 Jul 2012 08:10:13 +0000 (16:10 +0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 31 Jul 2012 15:00:16 +0000 (17:00 +0200)
commitb9403130a5350fca59a50ed11c198cb8c7e54119
tree68a4a4c6c270c14e7bbfa4c928e0e2a864ac4127
parenta7e4786b937a3ae918a7520cfdba557a80915fa7
sched/cleanups: Add load balance cpumask pointer to 'struct lb_env'

With this patch struct ld_env will have a pointer of the load balancing
cpumask and we don't need to pass a cpumask around anymore.

Signed-off-by: Michael Wang <wangyun@linux.vnet.ibm.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/4FFE8665.3080705@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/fair.c