diff options
author | Waiman Long <longman@redhat.com> | 2024-10-30 13:52:50 -0400 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2024-12-02 12:24:27 +0100 |
commit | ae5c677729e99b8cb3e6252aaa9b72a92985d203 (patch) | |
tree | b72069920b37ca44ffd4c7db28c19eb59b3c95d0 /include/linux/sched | |
parent | a76328d44c7ab7d1001a97cb2e84506dde7822d4 (diff) |
sched/core: Remove HK_TYPE_SCHED
The HK_TYPE_SCHED housekeeping type is defined but not set anywhere. So
any code that try to use HK_TYPE_SCHED are essentially dead code. So
remove HK_TYPE_SCHED and any code that use it.
Signed-off-by: Waiman Long <longman@redhat.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/r/20241030175253.125248-2-longman@redhat.com
Diffstat (limited to 'include/linux/sched')
-rw-r--r-- | include/linux/sched/isolation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched/isolation.h b/include/linux/sched/isolation.h index 2b461129d1fa..499d5e480882 100644 --- a/include/linux/sched/isolation.h +++ b/include/linux/sched/isolation.h @@ -10,7 +10,6 @@ enum hk_type { HK_TYPE_TIMER, HK_TYPE_RCU, HK_TYPE_MISC, - HK_TYPE_SCHED, HK_TYPE_TICK, HK_TYPE_DOMAIN, HK_TYPE_WQ, |