diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 3e56d2f91414..ab59ac008caf 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -741,7 +741,7 @@ static struct ctl_table kern_table[] = { | |||
741 | .data = &softlockup_panic, | 741 | .data = &softlockup_panic, |
742 | .maxlen = sizeof(int), | 742 | .maxlen = sizeof(int), |
743 | .mode = 0644, | 743 | .mode = 0644, |
744 | .proc_handler = &proc_doulongvec_minmax, | 744 | .proc_handler = &proc_dointvec_minmax, |
745 | .strategy = &sysctl_intvec, | 745 | .strategy = &sysctl_intvec, |
746 | .extra1 = &zero, | 746 | .extra1 = &zero, |
747 | .extra2 = &one, | 747 | .extra2 = &one, |