sched: Use TASK_WAKING for fork wakups
[deliverable/linux.git] / kernel / exit.c
index 6f50ef55a6f39221cd66aff3c44c476cd5a2cf3b..5962d7ccf24371ed7aedf4832cac0cbd5e9c3820 100644 (file)
@@ -933,7 +933,7 @@ NORET_TYPE void do_exit(long code)
         * an exiting task cleaning up the robust pi futexes.
         */
        smp_mb();
-       spin_unlock_wait(&tsk->pi_lock);
+       raw_spin_unlock_wait(&tsk->pi_lock);
 
        if (unlikely(in_atomic()))
                printk(KERN_INFO "note: %s[%d] exited with preempt_count %d\n",
This page took 0.02401 seconds and 5 git commands to generate.