fix arm __a_barrier_oldkuser when built as thumb
as noted in commit 05870abe, mov lr,pc is not a valid method for saving the return address in code that might be built as thumb. this one is unlikely to matter, since any ISA level that has thumb2 should also have native implementations of atomics that don't involve kuser_helper, and the affected code is only used on very old kernels to begin with.
Showing
想要评论请 注册 或 登录