diff options
Diffstat (limited to 'include/linux/nmi.h')
-rw-r--r-- | include/linux/nmi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nmi.h b/include/linux/nmi.h index 78488e099ce7..7ec5b86735f3 100644 --- a/include/linux/nmi.h +++ b/include/linux/nmi.h | |||
@@ -73,6 +73,7 @@ extern int watchdog_user_enabled; | |||
73 | extern int watchdog_thresh; | 73 | extern int watchdog_thresh; |
74 | extern unsigned long *watchdog_cpumask_bits; | 74 | extern unsigned long *watchdog_cpumask_bits; |
75 | extern int sysctl_softlockup_all_cpu_backtrace; | 75 | extern int sysctl_softlockup_all_cpu_backtrace; |
76 | extern int sysctl_hardlockup_all_cpu_backtrace; | ||
76 | struct ctl_table; | 77 | struct ctl_table; |
77 | extern int proc_watchdog(struct ctl_table *, int , | 78 | extern int proc_watchdog(struct ctl_table *, int , |
78 | void __user *, size_t *, loff_t *); | 79 | void __user *, size_t *, loff_t *); |