Skip to content

Commit

Permalink
Always order interrupt priority by privilege mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Aug 18, 2017
1 parent b6eea14 commit a62e76c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/machine.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1316,8 +1316,8 @@ \subsection{Machine Interrupt Registers ({\tt mip} and {\tt mie})}
Multiple simultaneous interrupts destined for different privilege modes are
handled in decreasing order of destined privilege mode. Multiple simultaneous
interrupts destined for the same privilege mode are handled in the following
decreasing priority order: MEI, SEI, UEI, MSI, SSI, USI, MTI, STI,
UTI. Synchronous exceptions are of lower priority than all interrupts.
decreasing priority order: MEI, MSI, MTI, SEI, SSI, STI, UEI, USI, UTI.
Synchronous exceptions are of lower priority than all interrupts.

\subsection{Machine Timer Registers ({\tt mtime} and {\tt mtimecmp})}

Expand Down
6 changes: 3 additions & 3 deletions src/riscv-privileged.tex
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
Christopher Celio, David Chisnall, Anthony Coulter, Palmer Dabbelt, Monte
Dalrymple, Dennis Ferguson, Mike Frysinger, John Hauser, David Horner, Olof
Johansson, Yunsup Lee, Andrew Lutomirski, Jonathan Neusch{\"a}fer, Rishiyur
Nikhil, Stefan O'Rear, Albert Ou, John Ousterhout, David Patterson, Colin
Schmidt, Wesley Terpstra, Matt Thomas, Tommy Thorn, Ray VanDeWalker, Megan
Wachs, Andrew Waterman, and Reinoud Zandijk.
Nikhil, Stefan O'Rear, Albert Ou, John Ousterhout, David Patterson, Dmitri
Pavlov, Colin Schmidt, Wesley Terpstra, Matt Thomas, Tommy Thorn, Ray
VanDeWalker, Megan Wachs, Andrew Waterman, and Reinoud Zandijk.

This document is released under a Creative Commons Attribution 4.0
International License.
Expand Down

0 comments on commit a62e76c

Please sign in to comment.