]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/sched.h
lockup_detector: Combine nmi_watchdog and softlockup detector
[karo-tx-linux.git] / include / linux / sched.h
index dad7f668ebf70041f3897102a0ff13a1a456edad..37efe8fa530642bcf9345d4878e95408867081e4 100644 (file)
@@ -346,6 +346,12 @@ extern int proc_dohung_task_timeout_secs(struct ctl_table *table, int write,
                                         size_t *lenp, loff_t *ppos);
 #endif
 
+#ifdef CONFIG_LOCKUP_DETECTOR
+extern int proc_dowatchdog_thresh(struct ctl_table *table, int write,
+                                 void __user *buffer,
+                                 size_t *lenp, loff_t *ppos);
+#endif
+
 /* Attach to any functions which should be ignored in wchan output. */
 #define __sched                __attribute__((__section__(".sched.text")))