xiaoxiang781216 commented on a change in pull request #5490:
URL: https://github.com/apache/incubator-nuttx/pull/5490#discussion_r805709500



##########
File path: arch/risc-v/src/k210/k210_head.S
##########
@@ -71,11 +78,6 @@ __start:
   li   t0, CONFIG_IDLETHREAD_STACKSIZE
   add  sp, sp, t0
 
-  /* In case of single CPU config, stop here */
-
-#if !(defined CONFIG_SMP) || (CONFIG_SMP_NCPUS == 1)
-  wfi

Review comment:
       why still need change here? if we change the stack pointer array to const




-- 
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