]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched_ext: Clarify ops.select_cpu() for single-CPU tasks
authorAndrea Righi <arighi@nvidia.com>
Wed, 23 Oct 2024 11:19:07 +0000 (13:19 +0200)
committerTejun Heo <tj@kernel.org>
Wed, 23 Oct 2024 19:20:09 +0000 (09:20 -1000)
commitb452ae4d20aefe96232440421faed37c9d3410a7
tree420da0df0ecab366f487d39e9c9d9347a97e198a
parent21b8964826c4da3cc8ed89308f8838cfd221429f
sched_ext: Clarify ops.select_cpu() for single-CPU tasks

Update ops.select_cpu() documentation to clarify that this method is not
called for tasks that are restricted to run on a single CPU, as these
tasks do not have the option to select a different CPU.

Signed-off-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c