1
0
Files
linux/arch/sparc/kernel
Tkhai Kirill 47c7c97a93 sparc32: Pass task_struct to schedule_tail() in ret_from_fork
We have to pass task_struct of previous process to function
schedule_tail(). Currently in ret_from_fork previous thread_info
is passed:

switch_to: mov %g6, %g3 /* previous thread_info in g6 */

ret_from_fork: call    schedule_tail
                mov    %g3, %o0 /* previous thread_info is passed */

void schedule_tail(struct task_struct *prev);

Signed-off-by: Tkhai Kirill <tkhai@yandex.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-03-31 00:52:38 -07:00
..
2011-03-30 17:37:56 -07:00
2011-03-16 18:19:03 -07:00
2011-03-16 18:19:14 -07:00
2011-03-29 14:48:14 +02:00
2010-09-22 16:35:09 -04:00
2011-03-16 18:19:15 -07:00
2011-03-16 18:19:08 -07:00
2011-03-30 17:37:56 -07:00
2011-03-29 14:48:14 +02:00
2011-03-16 18:19:15 -07:00
2010-12-16 11:36:43 +01:00
2011-03-30 17:37:56 -07:00
2009-11-02 04:19:42 -08:00