Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bade048 authored by Wanlong Gao's avatar Wanlong Gao Committed by Jesper Nilsson
Browse files

cris:removed the unused variable



removed the unused variable "unsigned long tmp".

Signed-off-by: default avatarWanlong Gao <wanlong.gao@gmail.com>
Signed-off-by: default avatarJesper Nilsson <jespern@axis.com>
parent 06e44840
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -114,8 +114,6 @@ void user_disable_single_step(struct task_struct *child)
void
ptrace_disable(struct task_struct *child)
{
	unsigned long tmp;

	/* Deconfigure SPC and S-bit. */
	user_disable_single_step(child);
	put_reg(child, PT_SPC, 0);