diff options
author | 2024-09-09 13:42:47 -1000 | |
---|---|---|
committer | 2024-09-09 13:42:47 -1000 | |
commit | 0aab26309ee9ceafcd5292b81690ccdac0796803 (patch) | |
tree | a1bcc28d41db91a788d443727973a726243735c4 /scripts/generate_rust_analyzer.py | |
parent | sched_ext: Make find_dsq_for_dispatch() handle SCX_DSQ_LOCAL_ON (diff) | |
download | linux-rng-0aab26309ee9ceafcd5292b81690ccdac0796803.tar.xz linux-rng-0aab26309ee9ceafcd5292b81690ccdac0796803.zip |
sched_ext: Fix processs_ddsp_deferred_locals() by unifying DTL_INVALID handling
With the preceding update, the only return value which makes meaningful
difference is DTL_INVALID, for which one caller, finish_dispatch(), falls
back to the global DSQ and the other, process_ddsp_deferred_locals(),
doesn't do anything.
It should always fallback to the global DSQ. Move the global DSQ fallback
into dispatch_to_local_dsq() and remove the return value.
v2: Patch title and description updated to reflect the behavior fix for
process_ddsp_deferred_locals().
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: David Vernet <void@manifault.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions