Skip to content

Commit

Permalink
Merge pull request #115 from riscv/issue/113
Browse files Browse the repository at this point in the history
addressed bug noted in issue 113
  • Loading branch information
rsahita authored Dec 4, 2024
2 parents c9a5d28 + 6096191 commit 97e0f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapter7.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ the value of the `mip.LSDEIP` when read.
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 default priority order: high-priority RAS event, MEI, MSI, MTI, SEI,
SSI, STI, LSDEI, SGEI, VSEI, VSSI, VSTI, LCOFI, low-priority RAS event.
decreasing default priority order: high-priority RAS event, MEI, MSI, MTI,
LSDEI, SEI, SSI, STI, SGEI, VSEI, VSSI, VSTI, LCOFI, low-priority RAS event.

[NOTE]
====
Expand Down

0 comments on commit 97e0f23

Please sign in to comment.