aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sysctl.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index d66321036f21..98ba312d1088 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -106,7 +106,6 @@ extern unsigned int core_pipe_limit;
106extern int pid_max; 106extern int pid_max;
107extern int pid_max_min, pid_max_max; 107extern int pid_max_min, pid_max_max;
108extern int percpu_pagelist_fraction; 108extern int percpu_pagelist_fraction;
109extern int compat_log;
110extern int latencytop_enabled; 109extern int latencytop_enabled;
111extern unsigned int sysctl_nr_open_min, sysctl_nr_open_max; 110extern unsigned int sysctl_nr_open_min, sysctl_nr_open_max;
112#ifndef CONFIG_MMU 111#ifndef CONFIG_MMU
@@ -1084,15 +1083,6 @@ static struct ctl_table kern_table[] = {
1084 .extra1 = &neg_one, 1083 .extra1 = &neg_one,
1085 }, 1084 },
1086#endif 1085#endif
1087#ifdef CONFIG_COMPAT
1088 {
1089 .procname = "compat-log",
1090 .data = &compat_log,
1091 .maxlen = sizeof (int),
1092 .mode = 0644,
1093 .proc_handler = proc_dointvec,
1094 },
1095#endif
1096#ifdef CONFIG_RT_MUTEXES 1086#ifdef CONFIG_RT_MUTEXES
1097 { 1087 {
1098 .procname = "max_lock_depth", 1088 .procname = "max_lock_depth",