hartmannathan commented on code in PR #14596: URL: https://github.com/apache/nuttx/pull/14596#discussion_r1843120610
########## include/nuttx/sched.h: ########## @@ -861,6 +863,12 @@ EXTERN clock_t g_premp_max[CONFIG_SMP_NCPUS]; EXTERN clock_t g_crit_max[CONFIG_SMP_NCPUS]; #endif /* CONFIG_SCHED_CRITMONITOR_MAXTIME_CSECTION >= 0 */ +/* g_running_tasks[] holds a references to the running task for each cpu. Review Comment: ```suggestion /* g_running_tasks[] holds a reference to the running task for each cpu. ``` Also, maybe make CPU uppercase? -- 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]
