scheduler: Fix double release of run queue lock
This commit is contained in:
@@ -244,7 +244,6 @@ ThreadData::PutBack()
|
|||||||
cpu->PushFront(this, priority);
|
cpu->PushFront(this, priority);
|
||||||
} else
|
} else
|
||||||
fCore->PushFront(this, priority);
|
fCore->PushFront(this, priority);
|
||||||
fCore->UnlockRunQueue();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user