]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
sched/headers: Prepare for new header dependencies before moving code to <linux/sched...
authorIngo Molnar <mingo@kernel.org>
Wed, 1 Feb 2017 15:36:40 +0000 (16:36 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 2 Mar 2017 07:42:26 +0000 (08:42 +0100)
commit4c822698cba8bdd93724117eded12bf34eb80252
treeb4c457acd54590860471b65ec79d08012b424151
parent105ab3d8ce7269887d24d224054677125e18037c
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/idle.h>

We are going to split  <linux/sched/idle.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/idle.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>
arch/x86/include/asm/mwait.h
arch/x86/kernel/process.c
drivers/cpuidle/driver.c
include/linux/sched/idle.h [new file with mode: 0644]
include/linux/sched/topology.h
kernel/sched/idle.c
kernel/smp.c