diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index be332e1a0c29..fd3364827ccf 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -307,7 +307,7 @@ static struct ctl_table kern_table[] = { | |||
307 | .data = &sysctl_sched_rt_period, | 307 | .data = &sysctl_sched_rt_period, |
308 | .maxlen = sizeof(unsigned int), | 308 | .maxlen = sizeof(unsigned int), |
309 | .mode = 0644, | 309 | .mode = 0644, |
310 | .proc_handler = &proc_dointvec, | 310 | .proc_handler = &sched_rt_handler, |
311 | }, | 311 | }, |
312 | { | 312 | { |
313 | .ctl_name = CTL_UNNUMBERED, | 313 | .ctl_name = CTL_UNNUMBERED, |
@@ -315,7 +315,7 @@ static struct ctl_table kern_table[] = { | |||
315 | .data = &sysctl_sched_rt_runtime, | 315 | .data = &sysctl_sched_rt_runtime, |
316 | .maxlen = sizeof(int), | 316 | .maxlen = sizeof(int), |
317 | .mode = 0644, | 317 | .mode = 0644, |
318 | .proc_handler = &proc_dointvec, | 318 | .proc_handler = &sched_rt_handler, |
319 | }, | 319 | }, |
320 | { | 320 | { |
321 | .ctl_name = CTL_UNNUMBERED, | 321 | .ctl_name = CTL_UNNUMBERED, |