diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2019-11-29 01:25:20 -0800 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2019-11-29 19:37:12 -0800 |
commit | 9d9043f6a81713248d82d88983c06b1eaedda287 (patch) | |
tree | 07e43db996f00f85a7ef86fcc2858c4e71895349 /Documentation | |
parent | 02ce94c229251555ac726ecfebe3458ef5905fa9 (diff) | |
download | lwn-9d9043f6a81713248d82d88983c06b1eaedda287.tar.gz lwn-9d9043f6a81713248d82d88983c06b1eaedda287.zip |
xtensa: clean up system_call/xtensa_rt_sigreturn interaction
system_call assembly code always pushes pointer to struct pt_regs as the
last additional parameter for all system calls. The only user of this
feature is xtensa_rt_sigreturn.
Avoid this special case. Define xtensa_rt_sigreturn as accepting no
argiments. Use current_pt_regs to get pointer to struct pt_regs in
xtensa_rt_sigreturn. Don't pass additional parameter from system_call
code.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions