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 e3d2c7dd59b9..b3ce58137303 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -324,6 +324,14 @@ static struct ctl_table kern_table[] = { | |||
324 | .mode = 0644, | 324 | .mode = 0644, |
325 | .proc_handler = &proc_dointvec, | 325 | .proc_handler = &proc_dointvec, |
326 | }, | 326 | }, |
327 | { | ||
328 | .ctl_name = CTL_UNNUMBERED, | ||
329 | .procname = "timer_migration", | ||
330 | .data = &sysctl_timer_migration, | ||
331 | .maxlen = sizeof(unsigned int), | ||
332 | .mode = 0644, | ||
333 | .proc_handler = &proc_dointvec, | ||
334 | }, | ||
327 | #endif | 335 | #endif |
328 | { | 336 | { |
329 | .ctl_name = CTL_UNNUMBERED, | 337 | .ctl_name = CTL_UNNUMBERED, |