kernel/kernel/watchdog.c
.. .. @@ -604,7 +604,7 @@ 604 604 * Start the timer first to prevent the NMI watchdog triggering 605 605 * before the timer has a chance to fire. 606 606 */ 607 - hrtimer_init(hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);607 + hrtimer_init(hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_HARD);608 608 hrtimer->function = watchdog_timer_fn; 609 609 hrtimer_start(hrtimer, ns_to_ktime(sample_period), 610 610 HRTIMER_MODE_REL_PINNED);