diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-23 03:36:41 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:16:11 -0500 |
commit | e214125aa8c0546b24dabf6f47b28c5e20133d1d (patch) | |
tree | 64405963bd20f04e42b411f115fda7530a906d6e /arch/s390/kernel/compat_wrapper.S | |
parent | 0aa0203fb43f04714004b2c4ad33b858e240555d (diff) |
s390: switch to generic sigaltstack
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/s390/kernel/compat_wrapper.S')
-rw-r--r-- | arch/s390/kernel/compat_wrapper.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/s390/kernel/compat_wrapper.S b/arch/s390/kernel/compat_wrapper.S index 9b9a805656b5..3c3b9c8b90c1 100644 --- a/arch/s390/kernel/compat_wrapper.S +++ b/arch/s390/kernel/compat_wrapper.S | |||
@@ -760,11 +760,6 @@ ENTRY(sys32_capset_wrapper) | |||
760 | llgtr %r3,%r3 # const cap_user_data_t | 760 | llgtr %r3,%r3 # const cap_user_data_t |
761 | jg sys_capset # branch to system call | 761 | jg sys_capset # branch to system call |
762 | 762 | ||
763 | ENTRY(sys32_sigaltstack_wrapper) | ||
764 | llgtr %r2,%r2 # const stack_emu31_t * | ||
765 | llgtr %r3,%r3 # stack_emu31_t * | ||
766 | jg sys32_sigaltstack | ||
767 | |||
768 | ENTRY(sys32_sendfile_wrapper) | 763 | ENTRY(sys32_sendfile_wrapper) |
769 | lgfr %r2,%r2 # int | 764 | lgfr %r2,%r2 # int |
770 | lgfr %r3,%r3 # int | 765 | lgfr %r3,%r3 # int |