sched: Unify HK_TYPE_{TIMER|TICK|MISC} to HK_TYPE_KERNEL_NOISE
authorWaiman Long <longman@redhat.com>
Wed, 30 Oct 2024 17:52:53 +0000 (13:52 -0400)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 2 Dec 2024 11:24:28 +0000 (12:24 +0100)
commitc907cd44a108eff7005a2b5689bb91f50637df8b
tree907cf35fd4298f395b3350af5817ba6f774b549e
parent6010d245ddc9f463bbf0311ac49073a78f444755
sched: Unify HK_TYPE_{TIMER|TICK|MISC} to HK_TYPE_KERNEL_NOISE

As all the non-domain and non-managed_irq housekeeping types have been
unified to HK_TYPE_KERNEL_NOISE, replace all these references in the
scheduler to use HK_TYPE_KERNEL_NOISE.

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-5-longman@redhat.com
kernel/sched/core.c
kernel/sched/fair.c