From 60961919650eef4d4cb40711b84100c6ea6f31df Mon Sep 17 00:00:00 2001 From: Ravi Sahita Date: Mon, 25 Nov 2024 13:43:24 -0800 Subject: [PATCH] addressed bug noted in issue 113 Signed-off-by: Ravi Sahita --- chapter7.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter7.adoc b/chapter7.adoc index 179599f..a9839aa 100644 --- a/chapter7.adoc +++ b/chapter7.adoc @@ -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] ====