eenurkka commented on code in PR #12353: URL: https://github.com/apache/nuttx/pull/12353#discussion_r1601647705
########## arch/arm64/src/common/arm64_gicv3.c: ########## @@ -789,6 +789,28 @@ uint64_t * arm64_decodefiq(uint64_t * regs) irq = arm64_gic_get_active_fiq(); +#ifdef CONFIG_ARCH_BOOT_EL3 + /* FIQ is group0 interrupt */ + + if (irq == 1021) Review Comment: Sure, it kind of follows the logic seen in the file; eg. 1023: DEBUGASSERT(irq < NR_IRQS || irq == 1023); Probably rework both 1021 and 1023? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org