aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorPeter Zijlstra <a.p.zijlstra@chello.nl>2009-12-02 12:58:05 -0500
committerIngo Molnar <mingo@elte.hu>2009-12-09 04:03:01 -0500
commit6b314d0e11924c803bf8cd944e87fd58cdb5088c (patch)
tree27fda1b12e7552d2fd384378a67639ec8643bc38 /kernel/sysctl.c
parentdba091b9e3522b9d32fc9975e48d3b69633b45f0 (diff)
sched: Remove sysctl.sched_features
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>
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c8
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),