]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/signal.c
sound/oss/trident.c: fix incorrect test in trident_ac97_set()
[karo-tx-linux.git] / kernel / signal.c
index 6a5f97cd337a3bc980428ea1c186efedbe991a25..e46971560fcb8e73016c58bf83f252aed779f65d 100644 (file)
@@ -1601,7 +1601,7 @@ static void ptrace_stop(int exit_code, int nostop_code, siginfo_t *info)
        current->exit_code = exit_code;
 
        /* Let the debugger run.  */
-       set_current_state(TASK_TRACED);
+       __set_current_state(TASK_TRACED);
        spin_unlock_irq(&current->sighand->siglock);
        try_to_freeze();
        read_lock(&tasklist_lock);