diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 4dbf93a52ee9..e5cc53514caa 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -316,14 +316,6 @@ static struct ctl_table kern_table[] = { | |||
316 | }, | 316 | }, |
317 | { | 317 | { |
318 | .ctl_name = CTL_UNNUMBERED, | 318 | .ctl_name = CTL_UNNUMBERED, |
319 | .procname = "sched_features", | ||
320 | .data = &sysctl_sched_features, | ||
321 | .maxlen = sizeof(unsigned int), | ||
322 | .mode = 0644, | ||
323 | .proc_handler = &proc_dointvec, | ||
324 | }, | ||
325 | { | ||
326 | .ctl_name = CTL_UNNUMBERED, | ||
327 | .procname = "sched_migration_cost", | 319 | .procname = "sched_migration_cost", |
328 | .data = &sysctl_sched_migration_cost, | 320 | .data = &sysctl_sched_migration_cost, |
329 | .maxlen = sizeof(unsigned int), | 321 | .maxlen = sizeof(unsigned int), |