summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/entry.S')
-rw-r--r--arch/mips/kernel/entry.S7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/mips/kernel/entry.S b/arch/mips/kernel/entry.S
index 96925837e..53a5bf0ba 100644
--- a/arch/mips/kernel/entry.S
+++ b/arch/mips/kernel/entry.S
@@ -7,7 +7,7 @@
*
* Copyright (C) 1994, 1995 by Ralf Baechle
*
- * $Id: entry.S,v 1.16 1999/08/18 23:37:43 ralf Exp $
+ * $Id: entry.S,v 1.17 1999/12/04 03:58:59 ralf Exp $
*/
/*
@@ -40,6 +40,11 @@
.align 4
.set push
.set reorder
+EXPORT(ret_from_fork)
+ jal schedule_tail
+ move a0, v0 # prev
+ j ret_from_sys_call
+ nop
EXPORT(handle_bottom_half)
jal do_bottom_half
b 9f