]> git.baikalelectronics.ru Git - kernel.git/commit
hrtimer: Provide hrtimer_sleeper_start_expires()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 30 Jul 2019 19:03:53 +0000 (21:03 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 1 Aug 2019 15:43:15 +0000 (17:43 +0200)
commita0dccb1e1be9df43000ebb34e4c211c713db5d13
treed312836362c3373013803596abbe5f487987898b
parente04887fdbe9791f46e039dbe2dd06a15ab011bb1
hrtimer: Provide hrtimer_sleeper_start_expires()

hrtimer_sleepers will gain a scheduling class dependent treatment on
PREEMPT_RT. Create a wrapper around hrtimer_start_expires() to make that
possible.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/hrtimer.h
kernel/time/hrtimer.c