]> git.baikalelectronics.ru Git - kernel.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)
commit8fa9e02efe7c9868f1bd6cae226ce3be529ebb15
tree68a4a4c6c270c14e7bbfa4c928e0e2a864ac4127
parent93b42c0fd5b5a59b36ad2d5d17bcb7bf1a922eb5
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