aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched.c')
-rw-r--r--kernel/sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index a856040c200a..b8deddb7833a 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -4805,7 +4805,7 @@ static int migration_call(struct notifier_block *nfb, unsigned long action,
4805/* Register at highest priority so that task migration (migrate_all_tasks) 4805/* Register at highest priority so that task migration (migrate_all_tasks)
4806 * happens before everything else. 4806 * happens before everything else.
4807 */ 4807 */
4808static struct notifier_block migration_notifier = { 4808static struct notifier_block __devinitdata migration_notifier = {
4809 .notifier_call = migration_call, 4809 .notifier_call = migration_call,
4810 .priority = 10 4810 .priority = 10
4811}; 4811};