]> Git Repo - linux.git/commit - arch/x86/kernel/smpboot.c
sched/headers: Prepare for new header dependencies before moving code to <linux/sched...
authorIngo Molnar <[email protected]>
Wed, 8 Feb 2017 17:51:36 +0000 (18:51 +0100)
committerIngo Molnar <[email protected]>
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 <[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]>
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
This page took 0.078072 seconds and 4 git commands to generate.