diff options
author | Miaohe Lin <linmiaohe@huawei.com> | 2020-07-28 14:17:55 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-07-28 14:27:54 +0300 |
commit | 21a6ee14a8f277766618ef07154432b46528113e (patch) | |
tree | 99e14a15b12a3ba84610bb7f17352ba11420a783 /scripts/gdb/linux/utils.py | |
parent | c1b7b8d42b5422627b0a8268416a60748f8d000f (diff) | |
download | linux-21a6ee14a8f277766618ef07154432b46528113e.tar.xz |
sched: Remove duplicated tick_nohz_full_enabled() check
In sched_update_tick_dependency() there's two calls that check
whether nohz_full is enabled: tick_nohz_full_cpu() does it
implicitly, while there's also an explicit call to tick_nohz_full_enabled().
Remove the duplicated, open coded check.
[ mingo: Amended the changelog. ]
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/1595935075-14223-1-git-send-email-linmiaohe@huawei.com
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions