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/sysctl.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/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index b2a2d6889bab..be332e1a0c29 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -270,17 +270,6 @@ static struct ctl_table kern_table[] = { | |||
270 | }, | 270 | }, |
271 | { | 271 | { |
272 | .ctl_name = CTL_UNNUMBERED, | 272 | .ctl_name = CTL_UNNUMBERED, |
273 | .procname = "sched_batch_wakeup_granularity_ns", | ||
274 | .data = &sysctl_sched_batch_wakeup_granularity, | ||
275 | .maxlen = sizeof(unsigned int), | ||
276 | .mode = 0644, | ||
277 | .proc_handler = &proc_dointvec_minmax, | ||
278 | .strategy = &sysctl_intvec, | ||
279 | .extra1 = &min_wakeup_granularity_ns, | ||
280 | .extra2 = &max_wakeup_granularity_ns, | ||
281 | }, | ||
282 | { | ||
283 | .ctl_name = CTL_UNNUMBERED, | ||
284 | .procname = "sched_child_runs_first", | 273 | .procname = "sched_child_runs_first", |
285 | .data = &sysctl_sched_child_runs_first, | 274 | .data = &sysctl_sched_child_runs_first, |
286 | .maxlen = sizeof(unsigned int), | 275 | .maxlen = sizeof(unsigned int), |