patch-2.1.115 linux/arch/mips/kernel/syscall.c
Next file: linux/arch/mips/kernel/syscalls.h
Previous file: linux/arch/mips/kernel/signal.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Aug 4 16:06:57 1998
- Orig file:
v2.1.114/linux/arch/mips/kernel/syscall.c
- Orig date:
Fri May 8 23:14:43 1998
diff -u --recursive --new-file v2.1.114/linux/arch/mips/kernel/syscall.c linux/arch/mips/kernel/syscall.c
@@ -11,7 +11,7 @@
* Don't waste that much memory for empty entries in the syscall
* table.
*
- * $Id: syscall.c,v 1.11 1998/05/01 01:34:30 ralf Exp $
+ * $Id: syscall.c,v 1.12 1998/07/26 03:02:09 davem Exp $
*/
#undef CONF_PRINT_SYSCALLS
#undef CONF_DEBUG_IRIX
@@ -99,7 +99,7 @@
* same for logic clocked with the processor generated
* clocks.
*/
- if (wait_available && !need_resched)
+ if (wait_available && !current->need_resched)
__asm__(".set\tmips3\n\t"
"wait\n\t"
".set\tmips0");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov