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 9ef80bba3509..f5c76b6cd616 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -329,6 +329,14 @@ static struct ctl_table kern_table[] = { | |||
329 | .mode = 0644, | 329 | .mode = 0644, |
330 | .proc_handler = &proc_dointvec, | 330 | .proc_handler = &proc_dointvec, |
331 | }, | 331 | }, |
332 | { | ||
333 | .ctl_name = CTL_UNNUMBERED, | ||
334 | .procname = "timer_migration", | ||
335 | .data = &sysctl_timer_migration, | ||
336 | .maxlen = sizeof(unsigned int), | ||
337 | .mode = 0644, | ||
338 | .proc_handler = &proc_dointvec, | ||
339 | }, | ||
332 | #endif | 340 | #endif |
333 | { | 341 | { |
334 | .ctl_name = CTL_UNNUMBERED, | 342 | .ctl_name = CTL_UNNUMBERED, |