[SPARC64]: Remove unintentional ptrace debugging messages.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2008-02-07 03:30:21 -08:00
parent 9775369ec0
commit e72d71c405

View File

@ -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;