|
@@ -7319,8 +7319,10 @@ migration_call(struct notifier_block *nfb, unsigned long action, void *hcpu)
|
|
|
return NOTIFY_OK;
|
|
|
}
|
|
|
|
|
|
-/* Register at highest priority so that task migration (migrate_all_tasks)
|
|
|
- * happens before everything else.
|
|
|
+/*
|
|
|
+ * Register at high priority so that task migration (migrate_all_tasks)
|
|
|
+ * happens before everything else. This has to be lower priority than
|
|
|
+ * the notifier in the perf_counter subsystem, though.
|
|
|
*/
|
|
|
static struct notifier_block __cpuinitdata migration_notifier = {
|
|
|
.notifier_call = migration_call,
|