diff options
author | Qais Yousef <[email protected]> | 2020-03-02 13:27:20 +0000 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2020-03-06 12:57:29 +0100 |
commit | d94a9df49069ba8ff7c4aaeca1229e6471a01a15 (patch) | |
tree | e0a26defbc73d537e6835649b01585520cdeb568 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 98ca645f824301bde72e0a51cdc8bdbbea6774a5 (diff) |
sched/rt: Remove unnecessary push for unfit tasks
In task_woken_rt() and switched_to_rto() we try trigger push-pull if the
task is unfit.
But the logic is found lacking because if the task was the only one
running on the CPU, then rt_rq is not in overloaded state and won't
trigger a push.
The necessity of this logic was under a debate as well, a summary of
the discussion can be found in the following thread:
https://lore.kernel.org/lkml/[email protected]/
Remove the logic for now until a better approach is agreed upon.
Signed-off-by: Qais Yousef <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Fixes: 804d402fb6f6 ("sched/rt: Make RT capacity-aware")
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions