From 0532ef26472261178d87f188f1264a3697a49dac Mon Sep 17 00:00:00 2001 From: Test_User Date: Sun, 11 Jun 2023 17:34:07 -0400 Subject: Add config-related instructions, specify what happens if an IRQ that isn't handled is given --- cpu/interrupts/execution.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpu/interrupts/execution.txt') 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 -- cgit v1.2.3