Commit ee507977 authored by Linus Torvalds's avatar Linus Torvalds

Merge master.kernel.org:/home/mingo/BK/linux-2.5/

into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
parents fa476ac6 6d235bf5
......@@ -1609,7 +1609,7 @@ static int migration_thread(void * unused)
spin_lock_irqsave(&rq->lock, flags);
head = &rq->migration_queue;
current->state = TASK_UNINTERRUPTIBLE;
current->state = TASK_INTERRUPTIBLE;
if (list_empty(head)) {
spin_unlock_irqrestore(&rq->lock, flags);
schedule();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment