aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/hrtimer.c')
-rw-r--r--kernel/hrtimer.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index 80666f6cd4f9..c0fdb9b6d296 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -292,6 +292,14 @@ static unsigned long ktime_divns(const ktime_t kt, s64 div)
292#endif /* BITS_PER_LONG >= 64 */ 292#endif /* BITS_PER_LONG >= 64 */
293 293
294/* 294/*
295 * Timekeeping resumed notification
296 */
297void hrtimer_notify_resume(void)
298{
299 clock_was_set();
300}
301
302/*
295 * Counterpart to lock_timer_base above: 303 * Counterpart to lock_timer_base above:
296 */ 304 */
297static inline 305static inline