]> www.infradead.org Git - users/jedix/linux-maple.git/commit
alarmtimers: Remove the throttle mechanism from alarm_forward_now()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 5 Nov 2024 08:14:56 +0000 (09:14 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 7 Nov 2024 01:14:45 +0000 (02:14 +0100)
commit6b0aa145786dab25c6b8e79ad70ac3382c381596
tree5cb459402f03312d9a4155d92ea47e1eefe6c329
parent7a66f72b09bb0762360274b1fb677b3433dbaa06
alarmtimers: Remove the throttle mechanism from alarm_forward_now()

Now that ignored posix timer signals are requeued and the timers are
rearmed on signal delivery the workaround to keep such timers alive and
self rearm them is not longer required.

Remove the unused alarm timer parts.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/all/20241105064214.252443020@linutronix.de
kernel/time/alarmtimer.c