Merge commit 'v2.6.28-rc8' into sched/core

This commit is contained in:
Ingo Molnar
2008-12-12 10:29:35 +01:00
364 changed files with 5596 additions and 3235 deletions

View File

@@ -6564,7 +6564,9 @@ migration_call(struct notifier_block *nfb, unsigned long action, void *hcpu)
req = list_entry(rq->migration_queue.next,
struct migration_req, list);
list_del_init(&req->list);
spin_unlock_irq(&rq->lock);
complete(&req->done);
spin_lock_irq(&rq->lock);
}
spin_unlock_irq(&rq->lock);
break;