diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index f5c76b6cd616..ab462b9968d5 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -1337,7 +1337,6 @@ static struct ctl_table vm_table[] = { | |||
1337 | .extra2 = &one, | 1337 | .extra2 = &one, |
1338 | }, | 1338 | }, |
1339 | #endif | 1339 | #endif |
1340 | #ifdef CONFIG_UNEVICTABLE_LRU | ||
1341 | { | 1340 | { |
1342 | .ctl_name = CTL_UNNUMBERED, | 1341 | .ctl_name = CTL_UNNUMBERED, |
1343 | .procname = "scan_unevictable_pages", | 1342 | .procname = "scan_unevictable_pages", |
@@ -1346,7 +1345,6 @@ static struct ctl_table vm_table[] = { | |||
1346 | .mode = 0644, | 1345 | .mode = 0644, |
1347 | .proc_handler = &scan_unevictable_handler, | 1346 | .proc_handler = &scan_unevictable_handler, |
1348 | }, | 1347 | }, |
1349 | #endif | ||
1350 | /* | 1348 | /* |
1351 | * NOTE: do not add new entries to this table unless you have read | 1349 | * NOTE: do not add new entries to this table unless you have read |
1352 | * Documentation/sysctl/ctl_unnumbered.txt | 1350 | * Documentation/sysctl/ctl_unnumbered.txt |