xiaoxiang781216 commented on a change in pull request #3121:
URL: https://github.com/apache/incubator-nuttx/pull/3121#discussion_r598216352
##########
File path: sched/init/nx_start.c
##########
@@ -762,12 +762,6 @@ void nx_start(void)
DEBUGASSERT(this_cpu() == 0 && CONFIG_MAX_TASKS > CONFIG_SMP_NCPUS);
- /* Take the memory manager semaphore on this CPU so that it will not be
- * available on the other CPUs until we have finished initialization.
- */
-
- DEBUGVERIFY(kmm_trysemaphore());
Review comment:
Yes, because the heap manager is fully workable in this stage.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]