hujun260 commented on code in PR #14578: URL: https://github.com/apache/nuttx/pull/14578#discussion_r1924656070
########## include/nuttx/irq.h: ########## @@ -75,16 +75,6 @@ #endif /* __ASSEMBLY__ */ -#ifdef CONFIG_SMP -# define cpu_irqlock_clear() \ Review Comment: done ########## include/sched.h: ########## @@ -265,8 +265,10 @@ int sched_cpucount(FAR const cpu_set_t *set); /* Task Switching Interfaces (non-standard) */ -int sched_lock(void); -int sched_unlock(void); +void sched_lock_wo_note(void); Review Comment: done -- 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