]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commitcdb69904794d2173176b1a58e849b7b39fced390
tree90bfb425cd45d3fa814b043fdc6cb69cbd46eb0c
parent55928e37b29ba5557a5edc8ab679fe5191bc051d
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>
arch/x86/kernel/ptrace.c