On Fri, May 23, 2014 at 02:58:42PM +0200, Ralf Baechle wrote: > > Fix some errors introduced by commit e2efc0ab3a ("MIPS: math-emu: > > Remove most ifdefery."), which result in incorrect behaviour of the > > FPU emulator. > > > > Signed-off-by: Alex Smith <alex.smith@xxxxxxxxxx> > > --- > > Ralf, the above commit in mips-for-linux-next causes a regression > > which this patch fixes (the regression I was seeing is fixed by the > > last change, but I also noticed a couple of incorrect ISA level > > checks which I fixed up as well). Could you squash this into that > > commit? Seems your patch was not against e2efc0ab3a but top of tree which resulted in rejects for the first two segments. Just in case you want to look over them, the new commit id of e2efc0ab3a is now 08a07904e182895e1205f399465a3d622c0115b8 and the other patch which was affected is 3f7cac416b5e62d37aa693538729c6c23e9b938b [MIPS: math-emu: Cleanup coding style.] Thanks! Ralf