summaryrefslogtreecommitdiff
path: root/cpu/interrupts/execution.txt
diff options
context:
space:
mode:
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