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 58be76017fd0..6c9836ef4b47 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -332,6 +332,14 @@ static struct ctl_table kern_table[] = { | |||
332 | }, | 332 | }, |
333 | { | 333 | { |
334 | .ctl_name = CTL_UNNUMBERED, | 334 | .ctl_name = CTL_UNNUMBERED, |
335 | .procname = "sched_time_avg", | ||
336 | .data = &sysctl_sched_time_avg, | ||
337 | .maxlen = sizeof(unsigned int), | ||
338 | .mode = 0644, | ||
339 | .proc_handler = &proc_dointvec, | ||
340 | }, | ||
341 | { | ||
342 | .ctl_name = CTL_UNNUMBERED, | ||
335 | .procname = "timer_migration", | 343 | .procname = "timer_migration", |
336 | .data = &sysctl_timer_migration, | 344 | .data = &sysctl_timer_migration, |
337 | .maxlen = sizeof(unsigned int), | 345 | .maxlen = sizeof(unsigned int), |