aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/compat_wrapper.S
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-12-25 15:45:24 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2013-02-03 18:16:12 -0500
commit07562be77d5b36aa961f722292a708bb663f8a73 (patch)
tree021e7b6b1220498890e1838150c81324d93dc1fd /arch/s390/kernel/compat_wrapper.S
parentbdcf03183cbf208923752bd26f6b9488c60ec1ca (diff)
s390: switch to generic compat rt_sigqueueinfo()
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.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/compat_wrapper.S b/arch/s390/kernel/compat_wrapper.S
index 2b813b3edbd1..ee6c36b41ef5 100644
--- a/arch/s390/kernel/compat_wrapper.S
+++ b/arch/s390/kernel/compat_wrapper.S
@@ -716,7 +716,7 @@ ENTRY(sys32_rt_sigqueueinfo_wrapper)
716 lgfr %r2,%r2 # int 716 lgfr %r2,%r2 # int
717 lgfr %r3,%r3 # int 717 lgfr %r3,%r3 # int
718 llgtr %r4,%r4 # siginfo_emu31_t * 718 llgtr %r4,%r4 # siginfo_emu31_t *
719 jg sys32_rt_sigqueueinfo # branch to system call 719 jg compat_sys_rt_sigqueueinfo # branch to system call
720 720
721ENTRY(compat_sys_rt_sigsuspend_wrapper) 721ENTRY(compat_sys_rt_sigsuspend_wrapper)
722 llgtr %r2,%r2 # compat_sigset_t * 722 llgtr %r2,%r2 # compat_sigset_t *