]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/watchdog.c
crypto: caam/jr - Remove extra memory barrier during job ring dequeue
[linux.git] / kernel / watchdog.c
index 977918d5d3501b1447781c91aedbe8fadad05ada..8fbfda94a67be8e6fe587e5425d1773e351b7431 100644 (file)
@@ -199,6 +199,13 @@ static int __init nosoftlockup_setup(char *str)
 }
 __setup("nosoftlockup", nosoftlockup_setup);
 
+static int __init watchdog_thresh_setup(char *str)
+{
+       get_option(&str, &watchdog_thresh);
+       return 1;
+}
+__setup("watchdog_thresh=", watchdog_thresh_setup);
+
 #ifdef CONFIG_SMP
 int __read_mostly sysctl_softlockup_all_cpu_backtrace;