>>>>> On Thu, 16 Aug 2001 13:14:22 +0200, Ralf Baechle <ralf@oss.sgi.com> said: ralf> I'm just about to put it into CVS. Please apply this small patch... --- linux.sgi/arch/mips/math-emu/cp1emu.c Fri Aug 24 17:57:36 2001 +++ linux/arch/mips/math-emu/cp1emu.c Fri Aug 24 17:57:48 2001 @@ -1675,7 +1675,7 @@ oldepc = xcp->cp0_epc; do { if (current->need_resched) - schedule; + schedule(); prevepc = xcp->cp0_epc; insn = mips_get_word(xcp, REG_TO_VA(xcp->cp0_epc), &err); --- Atsushi Nemoto