aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 4ce13c3cedb9..5c9e33b5c0eb 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -800,7 +800,7 @@ static struct ctl_table kern_table[] = {
800#if defined(CONFIG_LOCKUP_DETECTOR) 800#if defined(CONFIG_LOCKUP_DETECTOR)
801 { 801 {
802 .procname = "watchdog", 802 .procname = "watchdog",
803 .data = &watchdog_enabled, 803 .data = &watchdog_user_enabled,
804 .maxlen = sizeof (int), 804 .maxlen = sizeof (int),
805 .mode = 0644, 805 .mode = 0644,
806 .proc_handler = proc_dowatchdog, 806 .proc_handler = proc_dowatchdog,
@@ -827,7 +827,7 @@ static struct ctl_table kern_table[] = {
827 }, 827 },
828 { 828 {
829 .procname = "nmi_watchdog", 829 .procname = "nmi_watchdog",
830 .data = &watchdog_enabled, 830 .data = &watchdog_user_enabled,
831 .maxlen = sizeof (int), 831 .maxlen = sizeof (int),
832 .mode = 0644, 832 .mode = 0644,
833 .proc_handler = proc_dowatchdog, 833 .proc_handler = proc_dowatchdog,