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

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
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment