summaryrefslogtreecommitdiff
path: root/kernel/exec_domain.c
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2026-06-22 07:29:39 -1000
committerTejun Heo <tj@kernel.org>2026-06-22 10:41:34 -1000
commit4437ad129cf5b37c00a5bc9fa5989d1da4d64d07 (patch)
treea69f00dce59f6d66e1a621d90d113c8e1b38543a /kernel/exec_domain.c
parent3cd1f76be638b7386201171e7bb4c88095774dd5 (diff)
sched_ext: Move shared helpers from ext.c into internal.h and cid.h
idle.c and cid.c are included into build_policy.c together with ext.c and use helpers that ext.c defines. Because the helpers live in ext.c, the two files can not parse as standalone units and clangd reports errors in them. Move the helpers to the headers they belong to. The op-dispatch macros and helpers plus scx_parent() to internal.h, and scx_cpu_arg()/scx_cpu_ret() to cid.h. No functional change. idle.c and cid.c now parse clean standalone. Suggested-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Tejun Heo <tj@kernel.org> Reviewed-by: Andrea Righi <arighi@nvidia.com>
Diffstat (limited to 'kernel/exec_domain.c')
0 files changed, 0 insertions, 0 deletions