diff options
| author | Clark Williams <[email protected]> | 2013-02-07 15:46:59 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2013-02-07 19:50:54 +0000 |
| commit | cf4aebc292fac7f34f8345664320e9d4a42ca76c (patch) | |
| tree | 6eceb9bb2d8382c4499366a8fee060688aad6107 /mm/mmap.c | |
| parent | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l... (diff) | |
| download | kernel-cf4aebc292fac7f34f8345664320e9d4a42ca76c.tar.gz kernel-cf4aebc292fac7f34f8345664320e9d4a42ca76c.zip | |
sched: Move sched.h sysctl bits into separate header
Move the sysctl-related bits from include/linux/sched.h into
a new file: include/linux/sched/sysctl.h. Then update source
files requiring access to those bits by including the new
header file.
Signed-off-by: Clark Williams <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'mm/mmap.c')
| -rw-r--r-- | mm/mmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/mmap.c b/mm/mmap.c index 35730ee9d515..5dee4a0bb49f 100644 --- a/mm/mmap.c +++ b/mm/mmap.c @@ -32,6 +32,7 @@ #include <linux/khugepaged.h> #include <linux/uprobes.h> #include <linux/rbtree_augmented.h> +#include <linux/sched/sysctl.h> #include <asm/uaccess.h> #include <asm/cacheflush.h> |
