diff options
Diffstat (limited to 'kernel/sysctl.c')
| -rw-r--r-- | kernel/sysctl.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 34a604726d0b..c8da99f905cf 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
| @@ -385,13 +385,6 @@ static struct ctl_table kern_table[] = { | |||
| 385 | .proc_handler = proc_dointvec, | 385 | .proc_handler = proc_dointvec, |
| 386 | }, | 386 | }, |
| 387 | { | 387 | { |
| 388 | .procname = "numa_balancing_settle_count", | ||
| 389 | .data = &sysctl_numa_balancing_settle_count, | ||
| 390 | .maxlen = sizeof(unsigned int), | ||
| 391 | .mode = 0644, | ||
| 392 | .proc_handler = proc_dointvec, | ||
| 393 | }, | ||
| 394 | { | ||
| 395 | .procname = "numa_balancing_migrate_deferred", | 388 | .procname = "numa_balancing_migrate_deferred", |
| 396 | .data = &sysctl_numa_balancing_migrate_deferred, | 389 | .data = &sysctl_numa_balancing_migrate_deferred, |
| 397 | .maxlen = sizeof(unsigned int), | 390 | .maxlen = sizeof(unsigned int), |
