diff options
-rw-r--r-- | include/linux/sched.h | 1 | ||||
-rw-r--r-- | kernel/sysctl.c | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 9b2402725088..ca72ed42ac34 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1905,7 +1905,6 @@ extern unsigned int sysctl_sched_shares_ratelimit; | |||
1905 | extern unsigned int sysctl_sched_shares_thresh; | 1905 | extern unsigned int sysctl_sched_shares_thresh; |
1906 | extern unsigned int sysctl_sched_child_runs_first; | 1906 | extern unsigned int sysctl_sched_child_runs_first; |
1907 | #ifdef CONFIG_SCHED_DEBUG | 1907 | #ifdef CONFIG_SCHED_DEBUG |
1908 | extern unsigned int sysctl_sched_features; | ||
1909 | extern unsigned int sysctl_sched_migration_cost; | 1908 | extern unsigned int sysctl_sched_migration_cost; |
1910 | extern unsigned int sysctl_sched_nr_migrate; | 1909 | extern unsigned int sysctl_sched_nr_migrate; |
1911 | extern unsigned int sysctl_sched_time_avg; | 1910 | extern unsigned int sysctl_sched_time_avg; |
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), |