]> Pileus Git - ~andy/linux/blobdiff - include/linux/sched.h
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[~andy/linux] / include / linux / sched.h
index f7efc86046522c2722501f5967d65983162fa78e..6f7ffa460089796b324682e2a1c1fc5047f97da3 100644 (file)
@@ -286,6 +286,14 @@ static inline void lockup_detector_init(void)
 }
 #endif
 
+#ifdef CONFIG_DETECT_HUNG_TASK
+void reset_hung_task_detector(void);
+#else
+static inline void reset_hung_task_detector(void)
+{
+}
+#endif
+
 /* Attach to any functions which should be ignored in wchan output. */
 #define __sched                __attribute__((__section__(".sched.text")))