diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/sysctl.c | 10 |
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; | |||
| 106 | extern int pid_max; | 106 | extern int pid_max; |
| 107 | extern int pid_max_min, pid_max_max; | 107 | extern int pid_max_min, pid_max_max; |
| 108 | extern int percpu_pagelist_fraction; | 108 | extern int percpu_pagelist_fraction; |
| 109 | extern int compat_log; | ||
| 110 | extern int latencytop_enabled; | 109 | extern int latencytop_enabled; |
| 111 | extern unsigned int sysctl_nr_open_min, sysctl_nr_open_max; | 110 | extern 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", |
