Commit cf26ff0d authored by Russell King's avatar Russell King

[ARM] Always call schedule_tail() after a fork()

parent fcab4e9a
...@@ -75,9 +75,8 @@ no_work_pending: ...@@ -75,9 +75,8 @@ no_work_pending:
* This is how we return from a fork. * This is how we return from a fork.
*/ */
ENTRY(ret_from_fork) ENTRY(ret_from_fork)
#ifdef CONFIG_PREEMPT ldr r0, [r0, #TI_TASK]
bl schedule_tail bl schedule_tail
#endif
get_thread_info tsk get_thread_info tsk
ldr r1, [tsk, #TI_FLAGS] @ check for syscall tracing ldr r1, [tsk, #TI_FLAGS] @ check for syscall tracing
mov why, #1 mov why, #1
......
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