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 75875a741b5e..ab456664609d 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -1055,15 +1055,6 @@ static struct ctl_table kern_table[] = { | |||
1055 | .child = key_sysctls, | 1055 | .child = key_sysctls, |
1056 | }, | 1056 | }, |
1057 | #endif | 1057 | #endif |
1058 | #ifdef CONFIG_RCU_TORTURE_TEST | ||
1059 | { | ||
1060 | .procname = "rcutorture_runnable", | ||
1061 | .data = &rcutorture_runnable, | ||
1062 | .maxlen = sizeof(int), | ||
1063 | .mode = 0644, | ||
1064 | .proc_handler = proc_dointvec, | ||
1065 | }, | ||
1066 | #endif | ||
1067 | #ifdef CONFIG_PERF_EVENTS | 1058 | #ifdef CONFIG_PERF_EVENTS |
1068 | /* | 1059 | /* |
1069 | * User-space scripts rely on the existence of this file | 1060 | * User-space scripts rely on the existence of this file |