mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
mips: switch to generic kernel_thread()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -65,6 +65,13 @@ need_resched:
|
||||
b need_resched
|
||||
#endif
|
||||
|
||||
FEXPORT(ret_from_kernel_thread)
|
||||
jal schedule_tail # a0 = struct task_struct *prev
|
||||
move a0, s1
|
||||
jal s0
|
||||
li a0, 0
|
||||
j sys_exit
|
||||
|
||||
FEXPORT(ret_from_fork)
|
||||
jal schedule_tail # a0 = struct task_struct *prev
|
||||
|
||||
|
||||
Reference in New Issue
Block a user