diff options
Diffstat (limited to 'kernel')
-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 149581fb48ab..45bd711a242e 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -1237,7 +1237,6 @@ static struct ctl_table vm_table[] = { | |||
1237 | .strategy = &sysctl_jiffies, | 1237 | .strategy = &sysctl_jiffies, |
1238 | }, | 1238 | }, |
1239 | #endif | 1239 | #endif |
1240 | #ifdef CONFIG_SECURITY | ||
1241 | { | 1240 | { |
1242 | .ctl_name = CTL_UNNUMBERED, | 1241 | .ctl_name = CTL_UNNUMBERED, |
1243 | .procname = "mmap_min_addr", | 1242 | .procname = "mmap_min_addr", |
@@ -1246,7 +1245,6 @@ static struct ctl_table vm_table[] = { | |||
1246 | .mode = 0644, | 1245 | .mode = 0644, |
1247 | .proc_handler = &proc_doulongvec_minmax, | 1246 | .proc_handler = &proc_doulongvec_minmax, |
1248 | }, | 1247 | }, |
1249 | #endif | ||
1250 | #ifdef CONFIG_NUMA | 1248 | #ifdef CONFIG_NUMA |
1251 | { | 1249 | { |
1252 | .ctl_name = CTL_UNNUMBERED, | 1250 | .ctl_name = CTL_UNNUMBERED, |