Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 63862d07 authored by Satya Durga Srinivasu Prabhala's avatar Satya Durga Srinivasu Prabhala
Browse files

sched/core: fix warning from _nohz_idle_balance() after core unisolation



A warning is introduced by commit 92d7dde0
("sched: add cpu isolation support") in the unisolation path due to
usage of NOHZ_BALANCE_KICK. After core is unisolated, we try to kick
CPU to do load balancing using NOHZ_BALANCE_KICK, but,
commit b7031a02 ("sched/fair: Add NOHZ_STATS_KICK")
separated stats and actual kick which forces to use NOHZ_KICK_MASK
instead of NOHZ_BALANCE_KICK.

Change-Id: I0c0e90ac8f814dbfbaac00a680db8510a5587b6d
Signed-off-by: default avatarSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
parent f5f31790
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment