diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 3132b25193db..9b520d74f052 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -333,6 +333,13 @@ static struct ctl_table kern_table[] = { | |||
333 | .proc_handler = proc_dointvec, | 333 | .proc_handler = proc_dointvec, |
334 | }, | 334 | }, |
335 | { | 335 | { |
336 | .procname = "sched_shares_window", | ||
337 | .data = &sysctl_sched_shares_window, | ||
338 | .maxlen = sizeof(unsigned int), | ||
339 | .mode = 0644, | ||
340 | .proc_handler = proc_dointvec, | ||
341 | }, | ||
342 | { | ||
336 | .procname = "timer_migration", | 343 | .procname = "timer_migration", |
337 | .data = &sysctl_timer_migration, | 344 | .data = &sysctl_timer_migration, |
338 | .maxlen = sizeof(unsigned int), | 345 | .maxlen = sizeof(unsigned int), |