diff options
Diffstat (limited to 'kernel/sched.c')
-rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index f8b8996228d..552faf8d358 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -5801,7 +5801,7 @@ migration_call(struct notifier_block *nfb, unsigned long action, void *hcpu) | |||
5801 | */ | 5801 | */ |
5802 | static struct notifier_block __cpuinitdata migration_notifier = { | 5802 | static struct notifier_block __cpuinitdata migration_notifier = { |
5803 | .notifier_call = migration_call, | 5803 | .notifier_call = migration_call, |
5804 | .priority = 10 | 5804 | .priority = CPU_PRI_MIGRATION, |
5805 | }; | 5805 | }; |
5806 | 5806 | ||
5807 | static int __init migration_init(void) | 5807 | static int __init migration_init(void) |