Searched hist:"8 c3b5e6ec0fee18bc2ce38d1dfe913413205f908" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/time/ |
H A D | tick-internal.h | diff 8c3b5e6ec0fee18bc2ce38d1dfe913413205f908 Tue Jul 13 08:39:48 CDT 2021 Thomas Gleixner <tglx@linutronix.de> hrtimer: Ensure timerfd notification for HIGHRES=n
If high resolution timers are disabled the timerfd notification about a clock was set event is not happening for all cases which use clock_was_set_delayed() because that's a NOP for HIGHRES=n, which is wrong.
Make clock_was_set_delayed() unconditially available to fix that.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210713135158.196661266@linutronix.de
|
H A D | hrtimer.c | diff 8c3b5e6ec0fee18bc2ce38d1dfe913413205f908 Tue Jul 13 08:39:48 CDT 2021 Thomas Gleixner <tglx@linutronix.de> hrtimer: Ensure timerfd notification for HIGHRES=n
If high resolution timers are disabled the timerfd notification about a clock was set event is not happening for all cases which use clock_was_set_delayed() because that's a NOP for HIGHRES=n, which is wrong.
Make clock_was_set_delayed() unconditially available to fix that.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210713135158.196661266@linutronix.de
|
/openbmc/linux/include/linux/ |
H A D | hrtimer.h | diff 8c3b5e6ec0fee18bc2ce38d1dfe913413205f908 Tue Jul 13 08:39:48 CDT 2021 Thomas Gleixner <tglx@linutronix.de> hrtimer: Ensure timerfd notification for HIGHRES=n
If high resolution timers are disabled the timerfd notification about a clock was set event is not happening for all cases which use clock_was_set_delayed() because that's a NOP for HIGHRES=n, which is wrong.
Make clock_was_set_delayed() unconditially available to fix that.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210713135158.196661266@linutronix.de
|