Commit 7347b0d7 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] remove triggerable BUG() from de_thread

From: Ingo Molnar <mingo@elte.hu>

Apparently this BUG is triggerable due to correct and expected events.
parent 54ed494f
......@@ -614,8 +614,6 @@ static inline int de_thread(struct task_struct *tsk)
spin_unlock_irq(lock);
schedule();
spin_lock_irq(lock);
if (oldsig->group_exit_task)
BUG();
}
spin_unlock_irq(lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment