x86_64 ia32 ptrace: use compat_ptrace_request for siginfo
authorRoland McGrath <roland@redhat.com>
Tue, 22 Apr 2008 19:20:20 +0000 (12:20 -0700)
committerIngo Molnar <mingo@elte.hu>
Sat, 26 Apr 2008 15:35:47 +0000 (17:35 +0200)
This removes the special-case handling for PTRACE_GETSIGINFO
and PTRACE_SETSIGINFO from x86_64's sys32_ptrace.  The generic
compat_ptrace_request code handles these.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found