Re: mips64 copyin32(9)

2017-05-18 Thread Mark Kettenis
> Date: Thu, 18 May 2017 13:58:30 + > From: Visa Hankala > > OK? Thanks. Looks good to me. ok kettenis@ > Index: arch/mips64/mips64/lcore_access.S > === > RCS file: src/sys/arch/mips64/mips64/lcore_access.S,v > retrieving rev

mips64 copyin32(9)

2017-05-18 Thread Visa Hankala
Here is a copyin32(9) for mips64. With futex(2) using it, the regress tests pass on loongson, octeon and sgi. Source addresses with wrong alignment are handled by the on-fault logic in itsa() trap handler. OK? Index: arch/mips64/mips64/lcore_access.S ==