commit | 3a790cc1c9ef1b7b613cf648e6fb756a842caa16 | [log] [tgz] |
---|---|---|
author | Sven Schnelle <svens@linux.ibm.com> | Mon Jan 18 09:35:38 2021 +0100 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Tue Jan 19 12:29:27 2021 +0100 |
tree | 18fb3bac5d91bb330cfa39e982e74d8e18171f27 | |
parent | 39589ada1cab9548325767e6aea43a31132467de [diff] |
s390: pass struct pt_regs instead of registers to syscalls Instead of fetching all registers from struct pt_regs and passing them to the syscall wrappers, let the system call wrappers only fetch the values really required. Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>