xiaoxiang781216 commented on code in PR #17569:
URL: https://github.com/apache/nuttx/pull/17569#discussion_r2638894602


##########
sched/Kconfig:
##########
@@ -328,6 +328,13 @@ config RW_SPINLOCK
                Reader can take read lock simultaneously and only one writer
                can take write lock.
 
+config SPINLOCK_BASED_SEQCOUNT

Review Comment:
   what's benifit to add a new config? either using spinlock or atomic is fine, 
but don't add the new option to make the thing unnecessary complex.



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