]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
sched: Remove sysctl.sched_features
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 2 Dec 2009 17:58:05 +0000 (18:58 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 9 Dec 2009 09:03:01 +0000 (10:03 +0100)
Since we've had a much saner debugfs interface to this, remove the
sysctl one.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
[ v2: build fix ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/sched.h
kernel/sysctl.c

index 9b2402725088881cf5ac4cb12bc08a6fd827a154..ca72ed42ac34273e2be812e2e84cc9262eea8779 100644 (file)
@@ -1905,7 +1905,6 @@ extern unsigned int sysctl_sched_shares_ratelimit;
 extern unsigned int sysctl_sched_shares_thresh;
 extern unsigned int sysctl_sched_child_runs_first;
 #ifdef CONFIG_SCHED_DEBUG
-extern unsigned int sysctl_sched_features;
 extern unsigned int sysctl_sched_migration_cost;
 extern unsigned int sysctl_sched_nr_migrate;
 extern unsigned int sysctl_sched_time_avg;
index 4dbf93a52ee9f0734d694e5227e6b7f9c1b7f0b2..e5cc53514caac527e0992b7237f759caa64cd2f1 100644 (file)
@@ -314,14 +314,6 @@ static struct ctl_table kern_table[] = {
                .strategy       = &sysctl_intvec,
                .extra1         = &zero,
        },
-       {
-               .ctl_name       = CTL_UNNUMBERED,
-               .procname       = "sched_features",
-               .data           = &sysctl_sched_features,
-               .maxlen         = sizeof(unsigned int),
-               .mode           = 0644,
-               .proc_handler   = &proc_dointvec,
-       },
        {
                .ctl_name       = CTL_UNNUMBERED,
                .procname       = "sched_migration_cost",