aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/signal.c')
-rw-r--r--kernel/signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/signal.c b/kernel/signal.c
index 6a5f97cd337a..e46971560fcb 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -1601,7 +1601,7 @@ static void ptrace_stop(int exit_code, int nostop_code, siginfo_t *info)
1601 current->exit_code = exit_code; 1601 current->exit_code = exit_code;
1602 1602
1603 /* Let the debugger run. */ 1603 /* Let the debugger run. */
1604 set_current_state(TASK_TRACED); 1604 __set_current_state(TASK_TRACED);
1605 spin_unlock_irq(&current->sighand->siglock); 1605 spin_unlock_irq(&current->sighand->siglock);
1606 try_to_freeze(); 1606 try_to_freeze();
1607 read_lock(&tasklist_lock); 1607 read_lock(&tasklist_lock);