Index: head/sys/conf/files.mips =================================================================== --- head/sys/conf/files.mips +++ head/sys/conf/files.mips @@ -61,7 +61,6 @@ libkern/fls.c standard libkern/flsl.c standard libkern/flsll.c standard -libkern/memmove.c standard libkern/cmpdi2.c optional mips | mipshf | mipsel | mipselhf libkern/ucmpdi2.c optional mips | mipshf | mipsel | mipselhf libkern/ashldi3.c standard Index: head/sys/mips/mips/bcopy.S =================================================================== --- head/sys/mips/mips/bcopy.S +++ head/sys/mips/mips/bcopy.S @@ -65,6 +65,7 @@ #define SIZEREG a2 LEAF(memcpy) +XLEAF(memmove) .set noat .set noreorder