commit | cdb69904794d2173176b1a58e849b7b39fced390 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Tue Apr 22 12:20:20 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 26 17:35:47 2008 +0200 |
tree | 90bfb425cd45d3fa814b043fdc6cb69cbd46eb0c | |
parent | 55928e37b29ba5557a5edc8ab679fe5191bc051d [diff] |
x86_64 ia32 ptrace: use compat_ptrace_request for siginfo 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>