Files
shygosh abf49c4b59 sched: Fix erroneous definition of sched_feat(RT_PUSH_IPI)
Commit [1] moved features.h inclusion in sched.h to the top of the file.
This prevents features.h from seeing the definition of HAVE_RT_PUSH_IPI,
which in turn causes the sched_feat(RT_PUSH_IPI) to be always disabled.

Fix this by checking the parent macro of HAVE_RT_PUSH_IPI instead.

[1] ("sched: Resolve sched_feat() at compile time to improve code optimization")

Signed-off-by: shygosh <shygosh@proton.me>
2024-08-18 20:34:35 -05:00
..
2021-04-12 07:13:38 +00:00
2022-06-27 14:30:24 +00:00
2023-10-23 14:55:44 -05:00
2022-04-18 11:35:12 +00:00
2023-08-11 14:38:09 -05:00
2022-04-18 11:35:53 +00:00
2022-04-18 11:35:12 +00:00