Skip to content

Commit

Permalink
cris:removed the unused variable
Browse files Browse the repository at this point in the history
removed the unused variable "unsigned long tmp".

Signed-off-by: Wanlong Gao <[email protected]>
Signed-off-by: Jesper Nilsson <[email protected]>
  • Loading branch information
gaowanlong authored and Jesper Nilsson committed Apr 3, 2012
1 parent 06e4484 commit 4bade04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/cris/arch-v32/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4bade04

Please sign in to comment.