commit | 95c754d3f35d717d6fe44959c0331ca2556aa2ca | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Fri Apr 04 10:15:15 2025 +0200 |
committer | Peter Zijlstra <peterz@infradead.org> | Fri Apr 18 17:47:29 2025 +0200 |
tree | 9e88907a9257ae1650ca4089352191ca850757da | |
parent | ecec32ba62bcdd59546b16d5a1a065bf0386ca7b [diff] |
sched/eevdf: Re-arrange current protection in pick_eevdf() The way pick_eevdf() limits preemption is by explicitly picking current if it is still eligible. It does this without consideration of the best in-tree task. Move current protection to after the tree selection such that a follow up patch can change the conditions. Should be an semantics no-op at this point. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>