|
@@ -4805,7 +4805,7 @@ static int migration_call(struct notifier_block *nfb, unsigned long action,
|
|
/* Register at highest priority so that task migration (migrate_all_tasks)
|
|
/* Register at highest priority so that task migration (migrate_all_tasks)
|
|
* happens before everything else.
|
|
* happens before everything else.
|
|
*/
|
|
*/
|
|
-static struct notifier_block migration_notifier = {
|
|
|
|
|
|
+static struct notifier_block __devinitdata migration_notifier = {
|
|
.notifier_call = migration_call,
|
|
.notifier_call = migration_call,
|
|
.priority = 10
|
|
.priority = 10
|
|
};
|
|
};
|