Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#6938 sched migrate: Fix input not unscheduled assert (#6989)
Adds a missing clear of an input being "unscheduled" when it times out but is not selected (due to the migration threshold). This fixes an assert a few lines above this fix the next time this input is selected in pop_from_ready_queue_hold_locks(). Tested on a particular input which triggers the assert. Issue: #6938
- Loading branch information