|
@@ -336,6 +336,9 @@ extern unsigned long sysctl_hung_task_warnings;
|
|
|
extern int proc_dohung_task_timeout_secs(struct ctl_table *table, int write,
|
|
|
void __user *buffer,
|
|
|
size_t *lenp, loff_t *ppos);
|
|
|
+#else
|
|
|
+/* Avoid need for ifdefs elsewhere in the code */
|
|
|
+enum { sysctl_hung_task_timeout_secs = 0 };
|
|
|
#endif
|
|
|
|
|
|
/* Attach to any functions which should be ignored in wchan output. */
|