patch-2.1.115 linux/arch/mips/kernel/scall_o32.S
Next file: linux/arch/mips/kernel/setup.c
Previous file: linux/arch/mips/kernel/process.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Aug 4 16:06:57 1998
- Orig file:
v2.1.114/linux/arch/mips/kernel/scall_o32.S
- Orig date:
Fri May 8 23:14:43 1998
diff -u --recursive --new-file v2.1.114/linux/arch/mips/kernel/scall_o32.S linux/arch/mips/kernel/scall_o32.S
@@ -7,7 +7,7 @@
*
* Copyright (C) 1997, 1998 by Ralf Baechle
*
- * $Id: scall_o32.S,v 1.1 1998/05/01 01:34:21 ralf Exp $
+ * $Id: scall_o32.S,v 1.2 1998/07/26 03:02:07 davem Exp $
*/
#include <asm/asm.h>
#include <linux/errno.h>
@@ -73,6 +73,7 @@
9: lw t0,PT_STATUS(sp) # returning to kernel mode?
andi t1, t0, 0x10
+#error Change this to current->need_resched --DaveM
lw t2, need_resched
beqz t1, o32_return # -> yes
bnez t2, o32_reschedule
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov