qinwei2004 commented on code in PR #8665: URL: https://github.com/apache/nuttx/pull/8665#discussion_r1121015641
########## arch/arm64/src/common/arm64_gicv3.c: ########## @@ -170,7 +196,7 @@ void arm64_gic_irq_enable(unsigned int intid) if (GIC_IS_SPI(intid)) { putreg64(MPIDR_TO_CORE(GET_MPIDR()), - IROUTER(GET_DIST_BASE(intid), intid)); + IROUTER(GET_DIST_BASE(intid), intid)); Review Comment: commit 0fd1de1ceaff0af1495ca3a9370dc102d146afc1 seem change this,please check -- 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