[PATCH 14/14] sched: force migration on buddy CPU

2013-04-25 Thread Vincent Guittot
If a CPU that doesn't participate to the packing effort, has at least one running task, it means that its group is imbalanced and the CPUs can pull this task. Signed-off-by: Vincent Guittot --- kernel/sched/fair.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/kernel/sched/fair.c

[PATCH 14/14] sched: force migration on buddy CPU

2013-04-25 Thread Vincent Guittot
If a CPU that doesn't participate to the packing effort, has at least one running task, it means that its group is imbalanced and the CPUs can pull this task. Signed-off-by: Vincent Guittot vincent.guit...@linaro.org --- kernel/sched/fair.c |3 +++ 1 file changed, 3 insertions(+) diff --git