Skip to content

Commit

Permalink
[SPARC64]: Remove unintentional ptrace debugging messages.
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 9775369 commit e72d71c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/sparc64/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,11 +689,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
long addr2 = task_pt_regs(current)->u_regs[UREG_I4];
int i, ret;

#if 1
printk(KERN_INFO
"arch_ptrace: request[%ld] addr[%lx] data[%lx] addr2[%lx]\n",
request, addr, data, addr2);
#endif
if (test_thread_flag(TIF_32BIT))
addr2 &= 0xffffffffUL;

Expand Down

0 comments on commit e72d71c

Please sign in to comment.