anchao commented on code in PR #13128: URL: https://github.com/apache/nuttx/pull/13128#discussion_r1729212460
########## include/nuttx/timers/oneshot.h: ########## @@ -229,6 +229,10 @@ struct oneshot_lowerhalf_s FAR const struct oneshot_operations_s *ops; +#ifndef CONFIG_SCHED_TICKLESS + clock_t current_tick; Review Comment: we have the per-cpu change for g_oneshot_lower, Moving g_current_tick to g_oneshot_lower is reasonable since it is instance-bound to each CPU. -- 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]
