xiaoxiang781216 commented on code in PR #8665: URL: https://github.com/apache/nuttx/pull/8665#discussion_r1120248244
########## 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: revert? ########## arch/arm64/src/common/arm64_head.S: ########## @@ -174,8 +196,14 @@ primary_core: bl up_earlyserialinit #endif -cpu_boot: +#ifdef CONFIG_SMP + PRINT(primary_boot, "- Ready to Boot Primary CPU\r\n") +#else PRINT(cpu_boot, "- Ready to Boot CPU\r\n") Review Comment: remove, let's allways: print Ready to Boot Primary CPU -- 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