1
0
Fork 0

cris:removed the unused variable

removed the unused variable "unsigned long tmp".

Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
wifi-calibration
Wanlong Gao 2011-04-10 16:10:25 +02:00 committed by Jesper Nilsson
parent 06e4484036
commit 4bade0481c
1 changed files with 0 additions and 2 deletions

View File

@ -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);