]> git.baikalelectronics.ru Git - kernel.git/commit
sched/migration: Move prepare transition to SCHED_STARTING state
authorThomas Gleixner <tglx@linutronix.de>
Thu, 10 Mar 2016 11:54:15 +0000 (12:54 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 6 May 2016 12:58:24 +0000 (14:58 +0200)
commitefcdd42973bf05926c1aa691bdc65c07f7680b8c
tree06111a2e968549af69e871b1f4afbb221c33fc8e
parent2e7b01dc37260dfb4ab742a9234981807f440257
sched/migration: Move prepare transition to SCHED_STARTING state

We can piggy pack that on the SCHED_STARTING state. It's not required before
the cpu actually comes online. Name the function proper as it has nothing to
do with migration.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: rt@linutronix.de
Link: http://lkml.kernel.org/r/20160310120025.248226511@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/sched/core.c