Re: [PATCH v2 3/6] sched: don't consider other cpus in our group in case of NEWLY_IDLE

2013-04-22 Thread Peter Zijlstra
On Tue, 2013-03-26 at 15:01 +0900, Joonsoo Kim wrote: > Commit 88b8dac0 makes load_balance() consider other cpus in its group, > regardless of idle type. When we do NEWLY_IDLE balancing, we should not > consider it, because a motivation of NEWLY_IDLE balancing is to turn > this cpu to non idle stat

[PATCH v2 3/6] sched: don't consider other cpus in our group in case of NEWLY_IDLE

2013-03-25 Thread Joonsoo Kim
Commit 88b8dac0 makes load_balance() consider other cpus in its group, regardless of idle type. When we do NEWLY_IDLE balancing, we should not consider it, because a motivation of NEWLY_IDLE balancing is to turn this cpu to non idle state if needed. This is not the case of other cpus. So, change co