summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 09d2e2413605..5c14b547882e 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -123,7 +123,7 @@ static int __maybe_unused neg_one = -1;
123static int zero; 123static int zero;
124static int __maybe_unused one = 1; 124static int __maybe_unused one = 1;
125static int __maybe_unused two = 2; 125static int __maybe_unused two = 2;
126static int __maybe_unused three = 3; 126static int __maybe_unused four = 4;
127static unsigned long one_ul = 1; 127static unsigned long one_ul = 1;
128static int one_hundred = 100; 128static int one_hundred = 100;
129#ifdef CONFIG_PRINTK 129#ifdef CONFIG_PRINTK
@@ -1264,7 +1264,7 @@ static struct ctl_table vm_table[] = {
1264 .mode = 0644, 1264 .mode = 0644,
1265 .proc_handler = drop_caches_sysctl_handler, 1265 .proc_handler = drop_caches_sysctl_handler,
1266 .extra1 = &one, 1266 .extra1 = &one,
1267 .extra2 = &three, 1267 .extra2 = &four,
1268 }, 1268 },
1269#ifdef CONFIG_COMPACTION 1269#ifdef CONFIG_COMPACTION
1270 { 1270 {