acassis commented on code in PR #12353:
URL: https://github.com/apache/nuttx/pull/12353#discussion_r1601642973


##########
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:
   Please use a #define instead of hardcoding the value 1021



-- 
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

Reply via email to