Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
sched: CPU remove deadlock fix

+2
+2
kernel/sched.c
··· 6587 6587 req = list_entry(rq->migration_queue.next, 6588 6588 struct migration_req, list); 6589 6589 list_del_init(&req->list); 6590 + spin_unlock_irq(&rq->lock); 6590 6591 complete(&req->done); 6592 + spin_lock_irq(&rq->lock); 6591 6593 } 6592 6594 spin_unlock_irq(&rq->lock); 6593 6595 break;