sched: Move rq->idle_stamp up to the core
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 17 Jan 2014 09:04:03 +0000 (10:04 +0100)
committerIngo Molnar <mingo@kernel.org>
Mon, 10 Feb 2014 15:17:07 +0000 (16:17 +0100)
commit3c4017c13f91069194fce3160944efec50f15a6e
tree26c4c75063dcb2a3e0244b4776b76c5a218bbb58
parente5fc66119ec97054eefc83f173a7ee9e133c3c3a
sched: Move rq->idle_stamp up to the core

idle_balance() modifies the rq->idle_stamp field, making this information
shared across core.c and fair.c.

As we know if the cpu is going to idle or not with the previous patch, let's
encapsulate the rq->idle_stamp information in core.c by moving it up to the
caller.

The idle_balance() function returns true in case a balancing occured and the
cpu won't be idle, false if no balance happened and the cpu is going idle.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: alex.shi@linaro.org
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1389949444-14821-3-git-send-email-daniel.lezcano@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/core.c
kernel/sched/fair.c
kernel/sched/sched.h