Skip to content

Commit

Permalink
[SPARC]: Move over to arch_ptrace().
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Feb 7, 2008
1 parent 190aa9f commit 9775369
Show file tree
Hide file tree
Showing 6 changed files with 172 additions and 721 deletions.
17 changes: 0 additions & 17 deletions arch/sparc/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1224,23 +1224,6 @@ sys_nis_syscall:
call c_sys_nis_syscall
mov %l5, %o7

.align 4
.globl sys_ptrace
sys_ptrace:
call do_ptrace
add %sp, STACKFRAME_SZ, %o0

ld [%curptr + TI_FLAGS], %l5
andcc %l5, _TIF_SYSCALL_TRACE, %g0
be 1f
nop

call syscall_trace
nop

1:
RESTORE_ALL

.align 4
.globl sys_execve
sys_execve:
Expand Down
Loading

0 comments on commit 9775369

Please sign in to comment.