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, 2 insertions, 0 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index 993bc74a290c..33cf4a1cbcd1 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -6603,7 +6603,9 @@ migration_call(struct notifier_block *nfb, unsigned long action, void *hcpu)
6603 req = list_entry(rq->migration_queue.next, 6603 req = list_entry(rq->migration_queue.next,
6604 struct migration_req, list); 6604 struct migration_req, list);
6605 list_del_init(&req->list); 6605 list_del_init(&req->list);
6606 spin_unlock_irq(&rq->lock);
6606 complete(&req->done); 6607 complete(&req->done);
6608 spin_lock_irq(&rq->lock);
6607 } 6609 }
6608 spin_unlock_irq(&rq->lock); 6610 spin_unlock_irq(&rq->lock);
6609 break; 6611 break;