pussuw commented on code in PR #5985: URL: https://github.com/apache/incubator-nuttx/pull/5985#discussion_r844726933
########## arch/risc-v/src/common/riscv_exception_common.S: ########## @@ -28,8 +28,12 @@ #include <arch/irq.h> #include <arch/mode.h> +#include <sys/types.h> Review Comment: From sys/types.h, lines 63-65 ``` #ifndef CONFIG_SMP_NCPUS # define CONFIG_SMP_NCPUS 1 #endif ``` I'm not saying I fully understand why this is here and not in config.h, but it is there now -- 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]
