zhuyanlinzyl commented on code in PR #5928: URL: https://github.com/apache/incubator-nuttx/pull/5928#discussion_r873300165
########## include/nuttx/spinlock.h: ########## @@ -32,7 +32,7 @@ #include <nuttx/irq.h> -#ifndef CONFIG_SPINLOCK Review Comment: The reason why use CONFIG_ARCH_HAVE_TESTSET instead of `CONFIG SPINLOCK` is : 1 Our archs is xtensa, but not support sync instruction( S32C1L) in xtensa_testset.c. -- 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]
