aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 75875a741b5e..91180987e40e 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -1460,13 +1460,6 @@ static struct ctl_table vm_table[] = {
1460 .extra2 = &one, 1460 .extra2 = &one,
1461 }, 1461 },
1462#endif 1462#endif
1463 {
1464 .procname = "scan_unevictable_pages",
1465 .data = &scan_unevictable_pages,
1466 .maxlen = sizeof(scan_unevictable_pages),
1467 .mode = 0644,
1468 .proc_handler = scan_unevictable_handler,
1469 },
1470#ifdef CONFIG_MEMORY_FAILURE 1463#ifdef CONFIG_MEMORY_FAILURE
1471 { 1464 {
1472 .procname = "memory_failure_early_kill", 1465 .procname = "memory_failure_early_kill",