]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched/doc: Update yield_task description in sched-design-CFS
authorfangqiurong <fangqiurong@kylinos.cn>
Fri, 3 Apr 2026 05:58:06 +0000 (13:58 +0800)
committerJonathan Corbet <corbet@lwn.net>
Thu, 9 Apr 2026 14:26:38 +0000 (08:26 -0600)
commit1cc973b7c94a77bd3419bca847bbf19b5cfdfa4c
tree892fdd0b99af55108e98891c21c985cae65a3eb3
parentba716ad46d251528562fdd65cad8ce0b09853bd2
sched/doc: Update yield_task description in sched-design-CFS

The yield_task description referenced the long-removed compat_yield
sysctl and described the function as a dequeue/enqueue cycle. Update
it to reflect current behavior: yielding the CPU by moving the
current task's position back in the runqueue.

Sync zh_CN and sp_SP translations.

Signed-off-by: fangqiurong <fangqiurong@kylinos.cn>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260403055806.358921-1-user@fqr-pc>
Documentation/scheduler/sched-design-CFS.rst
Documentation/translations/sp_SP/scheduler/sched-design-CFS.rst
Documentation/translations/zh_CN/scheduler/sched-design-CFS.rst