TaiJuWu commented on code in PR #10605: URL: https://github.com/apache/nuttx/pull/10605#discussion_r1334230146
########## arch/arm64/include/spinlock.h: ########## @@ -83,6 +83,25 @@ * -- Clear Exclusive access monitor (CLREX) This is used to * clear the state of the Local Exclusive Monitor. */ +#if defined(CONFIG_TICKET_SPINLOCK) Review Comment: I have refined the code and check ticket spinlock is unrelated architecture. And test on https://github.com/apache/nuttx-apps/pull/2076 Please review. -- 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