]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched_ext: Remove unused code in the do_pick_task_scx()
authorZqiang <qiang.zhang@linux.dev>
Mon, 15 Dec 2025 11:29:40 +0000 (19:29 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 15 Dec 2025 15:53:49 +0000 (05:53 -1000)
commitbb27226f0d00588ac53be8825e021ae80aa43371
treed4847bfe5731357e29bf62dbf636f7cb9ad7e730
parent579a3297b268f0281644ead7ff574a2b4bc64d3c
sched_ext: Remove unused code in the do_pick_task_scx()

The kick_idle variable is no longer used, this commit therefore remove
it and also remove associated code in the do_pick_task_scx().

Signed-off-by: Zqiang <qiang.zhang@linux.dev>
Reviewed-by: Andrea Righi <arighi@nvidia.com>
Reviewed-by: Emil Tsalapatis <emil@etsalapatis.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c