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
lk_cmpxchg: do not use a hard-coded temp register when using LSE
__cmpxchg_case_##name hard-coded x30 as a temp register, but the compiler flags
did not exclude the use of x30. This has been causing heisenbugs when LSE was
in use.
0 commit comments