anchao commented on code in PR #14954:
URL: https://github.com/apache/nuttx/pull/14954#discussion_r1858390713


##########
arch/arm/src/armv8-r/arm_gicv3.c:
##########
@@ -250,7 +250,7 @@ void arm_gic_irq_enable(unsigned int intid)
 
   if (GIC_IS_SPI(intid))
     {
-      arm_gic_write_irouter(up_cpu_index(), intid);
+      arm_gic_write_irouter(this_cpu(), intid);

Review Comment:
   should be up_cpu_index, not this_cpu:
   https://github.com/apache/nuttx/pull/14503



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to