]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - kernel/fork.c
sched/headers: Prepare for new header dependencies before moving code to <linux/sched...
authorIngo Molnar <mingo@kernel.org>
Wed, 8 Feb 2017 17:51:35 +0000 (18:51 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 2 Mar 2017 07:42:34 +0000 (08:42 +0100)
commit03441a3482a31462c93509939a388877e3cd9261
tree0b7a9401d6e2ff621ce95cca112e64de7041302c
parentfd7712337ff09a248df424c5843c149586a3f017
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>

We are going to split <linux/sched/stat.h> out of <linux/sched.h>, which
will have to be picked up from other headers and a couple of .c files.

Create a trivial placeholder <linux/sched/stat.h> file that just
maps to <linux/sched.h> to make this patch obviously correct and
bisectable.

Include the new header in the files that are going to need it.

Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
15 files changed:
arch/powerpc/kvm/book3s_hv.c
arch/s390/appldata/appldata_os.c
crypto/mcryptd.c
drivers/cpuidle/governors/menu.c
fs/proc/loadavg.c
fs/proc/root.c
fs/proc/stat.c
include/linux/sched/stat.h [new file with mode: 0644]
kernel/debug/kdb/kdb_main.c
kernel/exit.c
kernel/fork.c
kernel/sched/sched.h
kernel/sys.c
kernel/time/tick-sched.c
virt/kvm/kvm_main.c