x86: ia32 ptrace vs -ENOSYS sysenter/syscall
authorRoland McGrath <roland@redhat.com>
Wed, 19 Mar 2008 01:23:50 +0000 (18:23 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:13 +0000 (17:41 +0200)
The previous "x86_64 ia32 ptrace vs -ENOSYS" fix only covered
the int $0x80 system call entries.  This does the same fix
for the sysenter and syscall instruction paths.

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

No differences found