xiaoxiang781216 commented on code in PR #14476: URL: https://github.com/apache/nuttx/pull/14476#discussion_r1812040914
########## boards/arm64/fvp-v8r/fvp-armv8r/configs/nsh_smp/defconfig: ########## @@ -14,6 +14,8 @@ CONFIG_ARCH_CHIP_FVP_ARMV8R=y CONFIG_ARCH_CHIP_FVP_R82=y CONFIG_ARCH_EARLY_PRINT=y CONFIG_ARCH_INTERRUPTSTACK=4096 +CONFIG_ARM64_SMP_BUSY_WAIT=y +CONFIG_ARM64_SMP_BUSY_WAIT_FLAG_ADDR=393216 Review Comment: let's use hex number by changing CONFIG_ARM64_SMP_BUSY_WAIT_FLAG_ADDR type to hex -- 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]
