X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=kernel%2Fwatchdog.c;h=f5d52024f6b72a9d1354b1a44c12c3e3b6af06a9;hb=8fa8a002546c42f061f070411ee50eb7e248ea0a;hp=06d3389bca0df01c8a730f7b270767f6ed35a8a9;hpb=1724c7c0c9494dcbdd7f630f29e1e8427cb231d1;p=mirror_ubuntu-artful-kernel.git diff --git a/kernel/watchdog.c b/kernel/watchdog.c index 06d3389bca0d..f5d52024f6b7 100644 --- a/kernel/watchdog.c +++ b/kernel/watchdog.c @@ -240,6 +240,7 @@ static void set_sample_period(void) * hardlockup detector generates a warning */ sample_period = get_softlockup_thresh() * ((u64)NSEC_PER_SEC / 5); + watchdog_update_hrtimer_threshold(sample_period); } /* Commands for resetting the watchdog */