On Sat, Aug 31, 2013 at 3:22 AM, John Crispin <john@xxxxxxxxxxx> wrote: > Hi Kevin, > Hi Florian, > > >>> + write_c0_ddatalo(3); >> >> I guess this needs to be write_c0_ddatalo(data); > > any comments on this ? Commit 43d309390349010cd384ab5a0feebf16b03b9a94 from the mips-for-linux-next branch has this fix (and the __ssnop -> _ssnop renaming). From comparing the assembly output it looks OK to me.