From b5a9acf487d2ca73327f16d6046498f71cd8de6b Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 5 Aug 2018 12:50:21 +0100 Subject: [PATCH] add interrupt handling section --- interrupts/interrupt_handling.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/interrupts/interrupt_handling.mdwn b/interrupts/interrupt_handling.mdwn index 57cfed24d..1af87d41c 100644 --- a/interrupts/interrupt_handling.mdwn +++ b/interrupts/interrupt_handling.mdwn @@ -30,5 +30,9 @@ luke.leighton@gmail.com, sending the appropriate text, for inclusion here. has been modified from its original (which could handle up to XLEN separate lines) to a hierarchical arrangement that can handle up to 1024 separate and distinct IRQs - + . A code-generator tool + will take care of the task + of auto-generating the #defines for the linux kernel, and presently + already takes care of the task of generating the PLIC fabric interconnect. + -- 2.30.2