]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched_ext: Remove a meaningless conditional goto in scx_select_cpu_dfl()
authorTejun Heo <tj@kernel.org>
Wed, 26 Mar 2025 20:09:47 +0000 (10:09 -1000)
committerTejun Heo <tj@kernel.org>
Wed, 26 Mar 2025 20:09:47 +0000 (10:09 -1000)
commit883cc35e9fef6ee5cedf535d26d7143172d60225
treea416430c4243a740208c798ba97e950cec363cf6
parent37477d9ecabd15323700313724479bea94d0421e
sched_ext: Remove a meaningless conditional goto in scx_select_cpu_dfl()

scx_select_cpu_dfl() has a meaningless conditional goto at the end. Remove
it. No functional changes.

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