aboutsummaryrefslogtreecommitdiffstats
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, 1 insertions, 3 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 6d850bf0a517..6b005e4912b5 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -53,6 +53,7 @@
53#include <linux/perf_event.h> 53#include <linux/perf_event.h>
54#include <linux/kprobes.h> 54#include <linux/kprobes.h>
55#include <linux/pipe_fs_i.h> 55#include <linux/pipe_fs_i.h>
56#include <linux/oom.h>
56 57
57#include <asm/uaccess.h> 58#include <asm/uaccess.h>
58#include <asm/processor.h> 59#include <asm/processor.h>
@@ -85,9 +86,6 @@
85/* External variables not in a header file. */ 86/* External variables not in a header file. */
86extern int sysctl_overcommit_memory; 87extern int sysctl_overcommit_memory;
87extern int sysctl_overcommit_ratio; 88extern int sysctl_overcommit_ratio;
88extern int sysctl_panic_on_oom;
89extern int sysctl_oom_kill_allocating_task;
90extern int sysctl_oom_dump_tasks;
91extern int max_threads; 89extern int max_threads;
92extern int core_uses_pid; 90extern int core_uses_pid;
93extern int suid_dumpable; 91extern int suid_dumpable;