commit | b00d8f8f0b2b39223c3fd6713d318aba95420264 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Feb 15 21:12:26 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Mar 26 14:56:59 2020 -0400 |
tree | 99583b14855ab7f7872338d646fa9d6ba78f6c0d | |
parent | 119cd59fcfbe70fb3fcab4e64cd232bcc3807585 [diff] |
x86: setup_sigcontext(): list user_access_{begin,end}() into callers Similar to ia32_setup_sigcontext() change several commits ago, make it __always_inline. In cases when there is a user_access_{begin,end}() section nearby, just move the call over there. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>