sched_ext: Always use SMP versions in kernel/sched/ext.h
authorCheng-Yang Chou <yphbchou0911@gmail.com>
Wed, 11 Jun 2025 13:54:02 +0000 (21:54 +0800)
committerTejun Heo <tj@kernel.org>
Sat, 14 Jun 2025 00:30:58 +0000 (14:30 -1000)
commit6a1cda143c239475018e7f72f4359ed3c265653c
tree0a50e6e5e811a6d0ac0118f239fbd94d4c4f4f8f
parent165af415168568f386709cf8cbc542036cb57fdd
sched_ext: Always use SMP versions in kernel/sched/ext.h

Simplify the scheduler by making formerly SMP-only primitives and data
structures unconditional.

tj: Updated subject for clarity. Replace #if defined() with #ifdef.

Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.h