sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()
[cascardo/linux.git] / include / linux / cpu.h
index 1701705..21597dc 100644 (file)
@@ -59,21 +59,7 @@ struct notifier_block;
  * CPU notifier priorities.
  */
 enum {
-       /*
-        * SCHED_ACTIVE marks a cpu which is coming up active during
-        * CPU_ONLINE and CPU_DOWN_FAILED and must be the first notifier.  Is
-        * also cpuset according to cpu_active mask right after activating the
-        * cpu. During CPU_DOWN_PREPARE, SCHED_INACTIVE reversed the operation.
-        *
-        * This ordering guarantees consistent cpu_active mask and
-        * migration behavior to all cpu notifiers.
-        */
-       CPU_PRI_SCHED_ACTIVE    = INT_MAX,
-       CPU_PRI_SCHED_INACTIVE  = INT_MIN,
-
-       /* 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,