aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2019-11-29 01:25:20 -0800
committerMax Filippov <jcmvbkbc@gmail.com>2019-11-29 19:37:12 -0800
commit9d9043f6a81713248d82d88983c06b1eaedda287 (patch)
tree07e43db996f00f85a7ef86fcc2858c4e71895349 /drivers
parentxtensa: fix system_call interaction with ptrace (diff)
downloadlinux-dev-9d9043f6a81713248d82d88983c06b1eaedda287.tar.xz
linux-dev-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 'drivers')
0 files changed, 0 insertions, 0 deletions