diff options
Diffstat (limited to 'kernel/sched.c')
-rw-r--r-- | kernel/sched.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index ad079f07c9c8..3226cc132e9f 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -7319,8 +7319,10 @@ migration_call(struct notifier_block *nfb, unsigned long action, void *hcpu) | |||
7319 | return NOTIFY_OK; | 7319 | return NOTIFY_OK; |
7320 | } | 7320 | } |
7321 | 7321 | ||
7322 | /* Register at highest priority so that task migration (migrate_all_tasks) | 7322 | /* |
7323 | * happens before everything else. | 7323 | * Register at high priority so that task migration (migrate_all_tasks) |
7324 | * happens before everything else. This has to be lower priority than | ||
7325 | * the notifier in the perf_counter subsystem, though. | ||
7324 | */ | 7326 | */ |
7325 | static struct notifier_block __cpuinitdata migration_notifier = { | 7327 | static struct notifier_block __cpuinitdata migration_notifier = { |
7326 | .notifier_call = migration_call, | 7328 | .notifier_call = migration_call, |