From: Paul M. <le...@us...> - 2001-09-09 20:17:18
|
Update of /cvsroot/linux-mips/linux/arch/mips64/kernel In directory usw-pr-cvs1:/tmp/cvs-serv7496/linux/arch/mips64/kernel Modified Files: scall_o32.S Log Message: IP22 build fixes Index: scall_o32.S =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/kernel/scall_o32.S,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** scall_o32.S 2001/09/04 16:02:05 1.7 --- scall_o32.S 2001/09/09 20:17:15 1.8 *************** *** 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 --- 228,233 ---- END(mips_atomic_set) beq a0, MIPS_ATOMIC_SET, mips_atomic_set ! j sys_sysmips .macro syscalltable |