aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/watchdog.c b/kernel/watchdog.c
index 6e63097fa73a..7daa4b072e9f 100644
--- a/kernel/watchdog.c
+++ b/kernel/watchdog.c
@@ -98,7 +98,7 @@ __setup("nosoftlockup", nosoftlockup_setup);
98 * the thresholds with a factor: we make the soft threshold twice the amount of 98 * the thresholds with a factor: we make the soft threshold twice the amount of
99 * time the hard threshold is. 99 * time the hard threshold is.
100 */ 100 */
101static int get_softlockup_thresh() 101static int get_softlockup_thresh(void)
102{ 102{
103 return watchdog_thresh * 2; 103 return watchdog_thresh * 2;
104} 104}