commit | 8f54bcacbc39f883bde2210cf2754e5d198f55a4 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Oct 09 16:27:45 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Oct 14 19:30:25 2012 -0400 |
tree | 1ed53a3cf864bd6372021d4384b70070da23345c | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 [diff] [blame] |
mips: switch to generic kernel_thread() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/arch/mips/kernel/entry.S b/arch/mips/kernel/entry.S index a6c1332..aab6997 100644 --- a/arch/mips/kernel/entry.S +++ b/arch/mips/kernel/entry.S
@@ -65,6 +65,13 @@ 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