aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 6399c91e7b92..99a58f279077 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -932,15 +932,6 @@ static ctl_table vm_table[] = {
932 .strategy = &sysctl_intvec, 932 .strategy = &sysctl_intvec,
933 .extra1 = &zero, 933 .extra1 = &zero,
934 }, 934 },
935 {
936 .ctl_name = VM_ZONE_RECLAIM_INTERVAL,
937 .procname = "zone_reclaim_interval",
938 .data = &zone_reclaim_interval,
939 .maxlen = sizeof(zone_reclaim_interval),
940 .mode = 0644,
941 .proc_handler = &proc_dointvec_jiffies,
942 .strategy = &sysctl_jiffies,
943 },
944#endif 935#endif
945#ifdef CONFIG_X86_32 936#ifdef CONFIG_X86_32
946 { 937 {