Commit f3c7a6c1 authored by Greg Ungerer's avatar Greg Ungerer Committed by Christoph Hellwig

[PATCH] call schedule_tail() in m68knommu return from fork code path

This patch adds a call to schedule_tail() in the return from fork
post processing.
parent 7142de53
......@@ -84,6 +84,9 @@ ENTRY(reschedule)
jmp schedule
ENTRY(ret_from_fork)
movel %d1,%sp@-
jsr schedule_tail
addql #4,%sp
jra ret_from_exception
ENTRY(sys_fork)
......
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