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)
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>

No differences found