From: James S. <jsi...@us...> - 2001-09-04 16:43:49
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv22842 Modified Files: scall_o32.S Log Message: More syncing. Index: scall_o32.S =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/scall_o32.S,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** scall_o32.S 2001/08/22 18:18:14 1.4 --- scall_o32.S 2001/09/04 16:43:46 1.5 *************** *** 87,90 **** --- 87,91 ---- mtc0 t0, CP0_STATUS + SAVE_STATIC move a0, zero move a1, sp *************** *** 93,97 **** o32_reschedule: - SAVE_STATIC jal schedule b o32_ret_from_sys_call --- 94,97 ---- |