From: James S. <jsi...@us...> - 2001-09-04 16:02:09
|
Update of /cvsroot/linux-mips/linux/arch/mips64/kernel In directory usw-pr-cvs1:/tmp/cvs-serv9267 Modified Files: scall_o32.S Log Message: Syncing. Index: scall_o32.S =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/kernel/scall_o32.S,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** scall_o32.S 2001/09/04 11:25:24 1.6 --- scall_o32.S 2001/09/04 16:02:05 1.7 *************** *** 228,233 **** END(mips_atomic_set) beq a0, MIPS_ATOMIC_SET, mips_atomic_set ! j sys_sysmips .macro syscalltable --- 228,235 ---- END(mips_atomic_set) + LEAF(sys_sysmips) beq a0, MIPS_ATOMIC_SET, mips_atomic_set ! j _sys_sysmips ! END(sys_sysmips) .macro syscalltable |