Loading arch/sparc/kernel/process.c +0 −5 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
arch/sparc/kernel/process.c +0 −5 Original line number Diff line number Diff line Loading @@ -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; } Loading