]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditions
authorMichal Koutný <mkoutny@suse.com>
Mon, 10 Mar 2025 17:04:33 +0000 (18:04 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Tue, 8 Apr 2025 18:55:52 +0000 (20:55 +0200)
commit433bce5dadb4ec3d5eda99c5125926c045b79005
tree3b305c22dd69a9d933bb70c6618b9a401f1fdcd4
parentf2d650618bc721760199ae0133c73ec32c63817e
sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditions

Convert the blocks guarded by macros to regular code so that the RT
group code gets more compile validation. Reasoning is in
Documentation/process/coding-style.rst 21) Conditional Compilation.
With that, no functional change is expected.

Signed-off-by: Michal Koutný <mkoutny@suse.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20250310170442.504716-2-mkoutny@suse.com
kernel/sched/rt.c
kernel/sched/syscalls.c