sched/headers: Prepare for new header dependencies before moving code to <linux/sched...
authorIngo Molnar <mingo@kernel.org>
Wed, 8 Feb 2017 17:51:36 +0000 (18:51 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 2 Mar 2017 07:42:35 +0000 (08:42 +0100)
commitef8bd77f332bb0a4e467d7171bbfc6c57aa08a88
treeb9b884c68799ae2adfde4124306a94fdb141f217
parentb17b01533b719e9949e437abf66436a875739b40
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>

We are going to split <linux/sched/hotplug.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/hotplug.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>
22 files changed:
arch/arm/kernel/smp.c
arch/arm64/include/asm/mmu_context.h
arch/arm64/kernel/smp.c
arch/ia64/kernel/process.c
arch/metag/kernel/smp.c
arch/mips/cavium-octeon/smp.c
arch/mips/kernel/smp-bmips.c
arch/mips/kernel/smp-cps.c
arch/mips/loongson64/loongson-3/smp.c
arch/powerpc/platforms/85xx/smp.c
arch/powerpc/platforms/powermac/smp.c
arch/powerpc/platforms/powernv/smp.c
arch/powerpc/platforms/pseries/hotplug-cpu.c
arch/s390/kernel/smp.c
arch/sh/kernel/smp.c
arch/sparc/kernel/smp_64.c
arch/x86/kernel/smpboot.c
arch/xtensa/kernel/smp.c
include/linux/sched/hotplug.h [new file with mode: 0644]
kernel/cpu.c
kernel/sched/core.c
kernel/sched/sched.h