]> git.hungrycats.org Git - linux/commit
hrtimer: Replace the bitfield in hrtimer_cpu_base
authorThomas Gleixner <tglx@kernel.org>
Tue, 24 Feb 2026 16:37:18 +0000 (17:37 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 27 Feb 2026 15:40:10 +0000 (16:40 +0100)
commit7d27eafe54659d19cef10dab4520cbcdfb17b0e3
tree678e6a665c1ad73baadbd70d2e8a71bac2896528
parent8ffc9ea88136903812448a04127e1ee2c0460f24
hrtimer: Replace the bitfield in hrtimer_cpu_base

Use bool for the various flags as that creates better code in the hot path.

Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20260224163430.475262618@kernel.org
include/linux/hrtimer_defs.h
kernel/time/hrtimer.c