diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-03-14 11:09:59 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-19 13:44:57 -0400 |
commit | 50df5d6aea6694ca481b8005900401e8c95c2603 (patch) | |
tree | 3b2e2955aceed795f5d54220ee37a859e83c12c6 /kernel/sched_debug.c | |
parent | 02e2b83bd25bb05ac2e69cb31458b7d1b3c70707 (diff) |
sched: remove sysctl_sched_batch_wakeup_granularity
it's unused.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/sched_debug.c')
-rw-r--r-- | kernel/sched_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sched_debug.c b/kernel/sched_debug.c index ef358ba07683..3d09106990cb 100644 --- a/kernel/sched_debug.c +++ b/kernel/sched_debug.c | |||
@@ -214,7 +214,6 @@ static int sched_debug_show(struct seq_file *m, void *v) | |||
214 | PN(sysctl_sched_latency); | 214 | PN(sysctl_sched_latency); |
215 | PN(sysctl_sched_min_granularity); | 215 | PN(sysctl_sched_min_granularity); |
216 | PN(sysctl_sched_wakeup_granularity); | 216 | PN(sysctl_sched_wakeup_granularity); |
217 | PN(sysctl_sched_batch_wakeup_granularity); | ||
218 | PN(sysctl_sched_child_runs_first); | 217 | PN(sysctl_sched_child_runs_first); |
219 | P(sysctl_sched_features); | 218 | P(sysctl_sched_features); |
220 | #undef PN | 219 | #undef PN |