commit | b9403130a5350fca59a50ed11c198cb8c7e54119 | [log] [tgz] |
---|---|---|
author | Michael Wang <wangyun@linux.vnet.ibm.com> | Thu Jul 12 16:10:13 2012 +0800 |
committer | Ingo Molnar <mingo@kernel.org> | Tue Jul 31 17:00:16 2012 +0200 |
tree | 68a4a4c6c270c14e7bbfa4c928e0e2a864ac4127 | |
parent | a7e4786b937a3ae918a7520cfdba557a80915fa7 [diff] |
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>