]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[SPARC64]: Remove unintentional ptrace debugging messages.
authorDavid S. Miller <davem@davemloft.net>
Thu, 7 Feb 2008 11:30:21 +0000 (03:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Feb 2008 11:30:21 +0000 (03:30 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/ptrace.c

index c831d426c4ac8aea807f525e1f519b72b180fb5d..7e28ee36419e86f4feccb8a9a87fd2d3557d1129 100644 (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;