From 82d53614774e1672749e8149cc1711d5e09b2326 Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Tue, 1 Oct 2024 08:37:49 -0500 Subject: [PATCH] clarify the priority order is default priority order --- chapter7.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter7.adoc b/chapter7.adoc index 48445b3..12dc0c4 100644 --- a/chapter7.adoc +++ b/chapter7.adoc @@ -229,8 +229,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 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, SEI, +SSI, STI, LSDEI, SGEI, VSEI, VSSI, VSTI, LCOFI, low-priority RAS event. [NOTE] ====