Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix interrupt handling priority inconsistent with specs
According to the specs. at 4.1.3 > Multiple simultaneous interrupts destined for supervisor mode are > handled in the following decreasing priority order: SEI, SSI, STI. In this commit, I switched the interrupt priority back to SEI at the highest priority, which is the original implementation.
- Loading branch information