diff options
-rw-r--r-- | kernel/hrtimer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index 4c53af18734b..f679a2d08723 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
@@ -635,6 +635,8 @@ static void retrigger_next_event(void *arg) | |||
635 | raw_spin_lock(&base->lock); | 635 | raw_spin_lock(&base->lock); |
636 | base->clock_base[HRTIMER_BASE_REALTIME].offset = | 636 | base->clock_base[HRTIMER_BASE_REALTIME].offset = |
637 | timespec_to_ktime(realtime_offset); | 637 | timespec_to_ktime(realtime_offset); |
638 | base->clock_base[HRTIMER_BASE_BOOTTIME].offset = | ||
639 | timespec_to_ktime(sleep); | ||
638 | 640 | ||
639 | hrtimer_force_reprogram(base, 0); | 641 | hrtimer_force_reprogram(base, 0); |
640 | raw_spin_unlock(&base->lock); | 642 | raw_spin_unlock(&base->lock); |