Re: [RFC PATCH] sched: add load balance cpumask pointer into lb_env

2012-07-12 Thread Peter Zijlstra
On Thu, 2012-07-12 at 16:10 +0800, Michael Wang wrote: > From: Michael Wang > > with this patch, ld_env will have a pointer of load balance cpumask, > and we don't need to pass cpus anymore. Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

[RFC PATCH] sched: add load balance cpumask pointer into lb_env

2012-07-12 Thread Michael Wang
From: Michael Wang with this patch, ld_env will have a pointer of load balance cpumask, and we don't need to pass cpus anymore. Signed-off-by: Michael Wang --- kernel/sched/fair.c | 34 -- 1 files changed, 16 insertions(+), 18 deletions(-) diff --git

[RFC PATCH] sched: add load balance cpumask pointer into lb_env

2012-07-12 Thread Michael Wang
From: Michael Wang wang...@linux.vnet.ibm.com with this patch, ld_env will have a pointer of load balance cpumask, and we don't need to pass cpus anymore. Signed-off-by: Michael Wang wang...@linux.vnet.ibm.com --- kernel/sched/fair.c | 34 -- 1 files changed,

Re: [RFC PATCH] sched: add load balance cpumask pointer into lb_env

2012-07-12 Thread Peter Zijlstra
On Thu, 2012-07-12 at 16:10 +0800, Michael Wang wrote: From: Michael Wang wang...@linux.vnet.ibm.com with this patch, ld_env will have a pointer of load balance cpumask, and we don't need to pass cpus anymore. Thanks! -- To unsubscribe from this list: send the line unsubscribe linux-kernel