sched: fair: mark parent domain overutilized if !SD_LOAD_BALANCE
If sd does not have SD_LOAD_BALANCE flag set, load balancer code will
not be run. As a result, the overutilized flag could be set by the tick
path but never be cleared from rebalance_domain. Instead of setting
local sd as overutilized, propagate it to parent sd.
Change-Id: Ib08b0ea0da568e6298fdaa895717c0a4a2134f4c
Signed-off-by:
Runmin Wang <runminw@codeaurora.org>
Loading
Please register or sign in to comment