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)
commit94baf7a5d882cde0b4d591f4ab89cc32ee39ac6a
tree06111a2e968549af69e871b1f4afbb221c33fc8e
parentb2454caa8977ade27292a71f2def5e403e24b4d5
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