diff options
author | Yang Yang <yang.yang29@zte.com.cn> | 2023-10-10 16:45:43 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2023-10-11 23:08:09 +0200 |
commit | 3657680f38cd7df413d665f2b2f38e9a78130d8b (patch) | |
tree | ec81bf4a9b2fed618a8d49acd52c0d704ccedd51 /arch | |
parent | 80cc1d1d5ee35701daf11725ce06d8a240588973 (diff) |
sched/psi: Delete the 'update_total' function parameter from update_triggers()
The 'update_total' parameter of update_triggers() is always true after the
previous commit:
80cc1d1d5ee3 ("sched/psi: Avoid updating PSI triggers and ->rtpoll_total when there are no state changes")
If the 'changed_states & group->rtpoll_states' condition is true,
'new_stall' in update_triggers() will be true, and then 'update_total'
should also be true.
So update_total is redundant - remove it.
[ mingo: Changelog updates ]
Signed-off-by: Yang Yang <yang.yang29@zte.com.cn>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Peter Ziljstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/202310101645437859599@zte.com.cn
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions