[PATCH 09/14] sched: evaluate the activity level of the system

2013-04-25 Thread Vincent Guittot
We evaluate the activity level of CPUs, groups and domains in order to define how many CPUs are required to handle the current activity. Signed-off-by: Vincent Guittot --- kernel/sched/fair.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/kernel/sched/fair.c

[PATCH 09/14] sched: evaluate the activity level of the system

2013-04-25 Thread Vincent Guittot
We evaluate the activity level of CPUs, groups and domains in order to define how many CPUs are required to handle the current activity. Signed-off-by: Vincent Guittot vincent.guit...@linaro.org --- kernel/sched/fair.c | 19 +++ 1 file changed, 19 insertions(+) diff --git