diff options
author | Roland McGrath <roland@redhat.com> | 2008-05-07 09:22:57 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-05-07 09:23:02 +0200 |
commit | b499d76bfd78e900039155247e1c21bfdf807b7b (patch) | |
tree | ee12a2e36a035540cf3b99059fdca62b768f2803 /arch/s390/kernel/compat_wrapper.S | |
parent | c6ca1850e78d60c299ceb4c240a04af9e2384f70 (diff) | |
download | blackbird-op-linux-b499d76bfd78e900039155247e1c21bfdf807b7b.tar.gz blackbird-op-linux-b499d76bfd78e900039155247e1c21bfdf807b7b.zip |
[S390] compat ptrace cleanup
This removes redundant arch code for generic ptrace requests
already handled by ptrace_request and compat_ptrace_request.
It simplifies things to just have the standard entry points,
and use the generic compat_sys_ptrace.
Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/compat_wrapper.S')
-rw-r--r-- | arch/s390/kernel/compat_wrapper.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/compat_wrapper.S b/arch/s390/kernel/compat_wrapper.S index 743d54f0b8db..d003a6e16afb 100644 --- a/arch/s390/kernel/compat_wrapper.S +++ b/arch/s390/kernel/compat_wrapper.S @@ -121,7 +121,7 @@ sys32_ptrace_wrapper: lgfr %r3,%r3 # long llgtr %r4,%r4 # long llgfr %r5,%r5 # long - jg sys_ptrace # branch to system call + jg compat_sys_ptrace # branch to system call .globl sys32_alarm_wrapper sys32_alarm_wrapper: |