提交 e72d71c4 编写于 作者: D David S. Miller

[SPARC64]: Remove unintentional ptrace debugging messages.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 9775369e
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册