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

sparc32: Don't twiddle PT_DTRACE in exec.

That bit isn't used on this platform.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 6cd5a86b
......@@ -638,11 +638,6 @@ asmlinkage int sparc_execve(struct pt_regs *regs)
(char __user * __user *)regs->u_regs[base + UREG_I2],
regs);
putname(filename);
if (error == 0) {
task_lock(current);
current->ptrace &= ~PT_DTRACE;
task_unlock(current);
}
out:
return error;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册