|
@@ -106,7 +106,6 @@ extern unsigned int core_pipe_limit;
|
|
|
extern int pid_max;
|
|
|
extern int pid_max_min, pid_max_max;
|
|
|
extern int percpu_pagelist_fraction;
|
|
|
-extern int compat_log;
|
|
|
extern int latencytop_enabled;
|
|
|
extern unsigned int sysctl_nr_open_min, sysctl_nr_open_max;
|
|
|
#ifndef CONFIG_MMU
|
|
@@ -1084,15 +1083,6 @@ static struct ctl_table kern_table[] = {
|
|
|
.extra1 = &neg_one,
|
|
|
},
|
|
|
#endif
|
|
|
-#ifdef CONFIG_COMPAT
|
|
|
- {
|
|
|
- .procname = "compat-log",
|
|
|
- .data = &compat_log,
|
|
|
- .maxlen = sizeof (int),
|
|
|
- .mode = 0644,
|
|
|
- .proc_handler = proc_dointvec,
|
|
|
- },
|
|
|
-#endif
|
|
|
#ifdef CONFIG_RT_MUTEXES
|
|
|
{
|
|
|
.procname = "max_lock_depth",
|