summaryrefslogtreecommitdiff
path: root/cpu/interrupts/execution.txt
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-06-11 17:34:07 -0400
committerTest_User <hax@andrewyu.org>2023-06-11 17:34:07 -0400
commit0532ef26472261178d87f188f1264a3697a49dac (patch)
treef5c4543e20d7cda114750909ee8665fed0b32637 /cpu/interrupts/execution.txt
parent56b6e947440b68b01b7018ab2e2bfd6ec22633e1 (diff)
downloadspecification-0532ef26472261178d87f188f1264a3697a49dac.tar.gz
specification-0532ef26472261178d87f188f1264a3697a49dac.zip
Add config-related instructions, specify what happens if an IRQ that isn't handled is given
Diffstat (limited to 'cpu/interrupts/execution.txt')
-rw-r--r--cpu/interrupts/execution.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/interrupts/execution.txt b/cpu/interrupts/execution.txt
index dcff30e..7d19dc1 100644
--- a/cpu/interrupts/execution.txt
+++ b/cpu/interrupts/execution.txt
@@ -8,3 +8,6 @@ The next interrupt will not occur until after the current processing has been fi
When returning via ireth:
PR is set to OPRI
Execution jumps to OIPI
+
+If an interrupt is triggered for an index not handled, it will be redirected to irq 0
+If irq 0 is not handled, it will be silently dropped