From: Paul M. <le...@us...> - 2001-08-25 06:24:49
|
Update of /cvsroot/linux-mips/linux/arch/mips/math-emu In directory usw-pr-cvs1:/tmp/cvs-serv25707/arch/mips/math-emu Modified Files: cp1emu.c Log Message: Synced with Ralf's 2.4.8 code. Index: cp1emu.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/math-emu/cp1emu.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** cp1emu.c 2001/08/16 17:32:23 1.4 --- cp1emu.c 2001/08/25 06:24:45 1.5 *************** *** 1676,1680 **** do { if (current->need_resched) ! schedule; prevepc = xcp->cp0_epc; --- 1676,1680 ---- do { if (current->need_resched) ! schedule(); prevepc = xcp->cp0_epc; |