|
@@ -114,8 +114,6 @@ void user_disable_single_step(struct task_struct *child)
|
|
void
|
|
void
|
|
ptrace_disable(struct task_struct *child)
|
|
ptrace_disable(struct task_struct *child)
|
|
{
|
|
{
|
|
- unsigned long tmp;
|
|
|
|
-
|
|
|
|
/* Deconfigure SPC and S-bit. */
|
|
/* Deconfigure SPC and S-bit. */
|
|
user_disable_single_step(child);
|
|
user_disable_single_step(child);
|
|
put_reg(child, PT_SPC, 0);
|
|
put_reg(child, PT_SPC, 0);
|