You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARCv3: optimize rw lock in case of implementation with SW spinlocks
Micro optimizations of rw locks implementation with SW spinlocks.
Poll rw-lock without spinlocks on each iteration. Don't use spinlock
and don't turn IRQs off until not decide to write.
Signed-off-by: Pavel Kozlov <pavel.kozlov@synopsys.com>
0 commit comments