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 7d3a2e0475e5..48a68cc258c1 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -353,6 +353,13 @@ static struct ctl_table kern_table[] = { | |||
353 | #endif /* CONFIG_SMP */ | 353 | #endif /* CONFIG_SMP */ |
354 | #ifdef CONFIG_NUMA_BALANCING | 354 | #ifdef CONFIG_NUMA_BALANCING |
355 | { | 355 | { |
356 | .procname = "numa_balancing_scan_delay_ms", | ||
357 | .data = &sysctl_numa_balancing_scan_delay, | ||
358 | .maxlen = sizeof(unsigned int), | ||
359 | .mode = 0644, | ||
360 | .proc_handler = proc_dointvec, | ||
361 | }, | ||
362 | { | ||
356 | .procname = "numa_balancing_scan_period_min_ms", | 363 | .procname = "numa_balancing_scan_period_min_ms", |
357 | .data = &sysctl_numa_balancing_scan_period_min, | 364 | .data = &sysctl_numa_balancing_scan_period_min, |
358 | .maxlen = sizeof(unsigned int), | 365 | .maxlen = sizeof(unsigned int), |