]> Git Repo - linux.git/commit
sched/headers: Prepare for new header dependencies before moving code to <linux/sched...
authorIngo Molnar <[email protected]>
Wed, 8 Feb 2017 17:51:35 +0000 (18:51 +0100)
committerIngo Molnar <[email protected]>
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 <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
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
This page took 0.085284 seconds and 4 git commands to generate.