Update of /cvsroot/linux-mips/linux/arch/mips64/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv26152/arch/mips64/kernel
Modified Files:
scall_o32.S
Log Message:
mips64 cleanups. necessary for building a functional image for the i2.
Index: scall_o32.S
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/kernel/scall_o32.S,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** scall_o32.S 2001/08/22 18:18:14 1.5
--- scall_o32.S 2001/09/04 11:25:24 1.6
***************
*** 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
|