diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 0f9adda85f97..999bc3fccf47 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -817,15 +817,6 @@ static struct ctl_table kern_table[] = { | |||
817 | .extra1 = &zero, | 817 | .extra1 = &zero, |
818 | .extra2 = &one, | 818 | .extra2 = &one, |
819 | }, | 819 | }, |
820 | { | ||
821 | .procname = "softlockup_thresh", | ||
822 | .data = &softlockup_thresh, | ||
823 | .maxlen = sizeof(int), | ||
824 | .mode = 0644, | ||
825 | .proc_handler = proc_dosoftlockup_thresh, | ||
826 | .extra1 = &neg_one, | ||
827 | .extra2 = &sixty, | ||
828 | }, | ||
829 | #endif | 820 | #endif |
830 | #ifdef CONFIG_DETECT_HUNG_TASK | 821 | #ifdef CONFIG_DETECT_HUNG_TASK |
831 | { | 822 | { |