]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
posix-timers: Make use of forward/remaining callbacks
authorThomas Gleixner <tglx@linutronix.de>
Tue, 30 May 2017 21:15:50 +0000 (23:15 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 4 Jun 2017 13:40:27 +0000 (15:40 +0200)
commit91d57bae08689199c8acc77a8b3b41150cafab1c
tree31db8b4a4554fcc51fbdb947a9ad30ce18071818
parent63841b2a6969501de183efafc14d20175e402804
posix-timers: Make use of forward/remaining callbacks

Replace the hrtimer calls by calls to the new forward/remaining kclock
callbacks and move the hrtimer specific implementation into the
corresponding callback functions.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: John Stultz <john.stultz@linaro.org>
Link: http://lkml.kernel.org/r/20170530211657.121437232@linutronix.de
kernel/time/posix-timers.c