[COMMON] sched: fair: Modify condition of group_is_overloaded for idle cpu.
authorlakkyung.jung <lakkyung.jung@samsung.com>
Tue, 13 Mar 2018 09:46:17 +0000 (18:46 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:30:46 +0000 (17:30 +0900)
commit15438c5d7e129d10dd4eba3f47f6b95274eebbfe
treea30d900f2933ffe07fdfdb0f77695b2feee8932a
parent3e736307c48fb23c3422fffd16e1e23dd8d8f1d7
[COMMON] sched: fair: Modify condition of group_is_overloaded for idle cpu.

If the idle cpu(CPU_NEWLY_IDLE/CPU_IDLE) performs load balancing,
the group is considered an overload group if the group has more
tasks than it can handle.

Change-Id: I25ae84ade65321234ee6e306e7234a238d8e2183
Signed-off-by: lakkyung.jung <lakkyung.jung@samsung.com>
kernel/sched/fair.c