From: Paul M. <le...@us...> - 2001-10-27 20:52:07
|
Update of /cvsroot/linux-mips/linux/arch/mips64/kernel In directory usw-pr-cvs1:/tmp/cvs-serv30758/mips64/kernel Modified Files: scall_o32.S Log Message: sysmips syncups.. works fine on ITE board.. more testing probably needed. This brings us in sync with OSS on sysmips. Index: scall_o32.S =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/kernel/scall_o32.S,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- scall_o32.S 2001/09/09 20:17:15 1.8 +++ scall_o32.S 2001/10/27 20:52:05 1.9 @@ -227,8 +227,10 @@ jr ra END(mips_atomic_set) + LEAF(sys_sysmips) beq a0, MIPS_ATOMIC_SET, mips_atomic_set - j sys_sysmips + j _sys_sysmips + END(sys_sysmips) .macro syscalltable sys sys_syscall 0 /* 4000 */ |