diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index efaf7c5500e9..18943985ddee 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -267,6 +267,14 @@ static struct ctl_table kern_table[] = { | |||
267 | }, | 267 | }, |
268 | { | 268 | { |
269 | .ctl_name = CTL_UNNUMBERED, | 269 | .ctl_name = CTL_UNNUMBERED, |
270 | .procname = "sched_shares_ratelimit", | ||
271 | .data = &sysctl_sched_shares_ratelimit, | ||
272 | .maxlen = sizeof(unsigned int), | ||
273 | .mode = 0644, | ||
274 | .proc_handler = &proc_dointvec, | ||
275 | }, | ||
276 | { | ||
277 | .ctl_name = CTL_UNNUMBERED, | ||
270 | .procname = "sched_child_runs_first", | 278 | .procname = "sched_child_runs_first", |
271 | .data = &sysctl_sched_child_runs_first, | 279 | .data = &sysctl_sched_child_runs_first, |
272 | .maxlen = sizeof(unsigned int), | 280 | .maxlen = sizeof(unsigned int), |