Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
no need to check state == RUNNING in timer interrupt because
interrupts are always off (i.e. a lock is held) any time the current process is not in RUNNING state.
- Loading branch information