commit | 6b97fee53be4f5a2fade1c9ee074c84327e6390d | [log] [tgz] |
---|---|---|
author | Daniel Wagner <wagi@monom.org> | Thu Dec 07 15:54:10 2023 +0100 |
committer | Daniel Wagner <wagi@monom.org> | Thu Dec 12 10:14:41 2024 +0100 |
tree | cfb78d3696db9b1129d473aa8c852c40103595a5 | |
parent | 98e06e191461b9de1b56b2cc51cf499060f2be93 [diff] |
Revert "sched/rt: Provide migrate_disable/enable() inlines" This reverts commit 56e8949825226341d28dd5156b3d0057684ff669. The tree contains already the migrate_disable/enable() helpers thus this stable backport conflicts (b) with the existing definition (compiler complains with conflicting definition). Thus we don't need this backported functions and can avoid the conflict by just dropping the backport. Signed-off-by: Daniel Wagner <wagi@monom.org>