]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hrtimer: Annotate hrtimer_cpu_base_.*_expiry() for sparse.
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 12 Aug 2024 10:51:05 +0000 (12:51 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 14 Aug 2024 10:44:41 +0000 (12:44 +0200)
commit330dd6d9c0fce69718b53ca0bc4f2e3920f7f600
treeed08d6ae016dd5ae48641e484515c5254190b6b9
parent38cd4cee73a87c40a3e9ef31c0ca7b179fd282f0
hrtimer: Annotate hrtimer_cpu_base_.*_expiry() for sparse.

The two hrtimer_cpu_base_.*_expiry() functions are wrappers around the
locking functions and sparse complains about the missing counterpart.

Add sparse annotation to denote that this bevaviour is expected.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20240812105326.2240000-3-bigeasy@linutronix.de
kernel/time/hrtimer.c