sparc32: Pass task_struct to schedule_tail() in ret_from_fork
[pandora-kernel.git] / arch / sparc / kernel / entry.S
index 1504df8..906ee3e 100644 (file)
@@ -1283,7 +1283,7 @@ linux_syscall_trace:
        .globl  ret_from_fork
 ret_from_fork:
        call    schedule_tail
-        mov    %g3, %o0
+        ld     [%g3 + TI_TASK], %o0
        b       ret_sys_call
         ld     [%sp + STACKFRAME_SZ + PT_I0], %o0