mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
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>
This commit is contained in:
parent
06e4484036
commit
4bade0481c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user