diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/watchdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/watchdog.c b/kernel/watchdog.c index 14733d4d156b..a06972d71060 100644 --- a/kernel/watchdog.c +++ b/kernel/watchdog.c | |||
@@ -110,7 +110,7 @@ static unsigned long get_sample_period(void) | |||
110 | * increment before the hardlockup detector generates | 110 | * increment before the hardlockup detector generates |
111 | * a warning | 111 | * a warning |
112 | */ | 112 | */ |
113 | return softlockup_thresh / 5 * NSEC_PER_SEC; | 113 | return softlockup_thresh * (NSEC_PER_SEC / 5); |
114 | } | 114 | } |
115 | 115 | ||
116 | /* Commands for resetting the watchdog */ | 116 | /* Commands for resetting the watchdog */ |