sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()
[cascardo/linux.git] / include / linux / cpu.h
index b22b000..21597dc 100644 (file)
@@ -59,9 +59,7 @@ struct notifier_block;
  * CPU notifier priorities.
  */
 enum {
-       /* migration should happen before other stuff but after perf */
        CPU_PRI_PERF            = 20,
-       CPU_PRI_MIGRATION       = 10,
 
        /* bring up workqueues before normal notifiers and down after */
        CPU_PRI_WORKQUEUE_UP    = 5,