genirq: Ensure we locate the passed IRQ in irq_alloc_descs()
[pandora-kernel.git] / kernel / ptrace.c
index 7a81fc0..2df1157 100644 (file)
@@ -562,7 +562,7 @@ static int ptrace_resume(struct task_struct *child, long request,
        }
 
        child->exit_code = data;
-       wake_up_process(child);
+       wake_up_state(child, __TASK_TRACED);
 
        return 0;
 }