Re: [PATCH 01/11] MIPS: math-emu: Fix BC1{EQ,NE}Z emulation

From: Paul Burton
Date: Tue May 10 2016 - 04:43:28 EST


On Tue, May 10, 2016 at 10:09:40AM +0200, Ralf Baechle wrote:
> On Thu, Apr 21, 2016 at 02:04:45PM +0100, Paul Burton wrote:
>
> > The conditions for branching when emulating the BC1EQZ & BC1NEZ
> > instructions were backwards, leading to each of those instructions being
> > treated as the other. Fix this by reversing the conditions, and clear up
> > the code a little for readability & checkpatch.
> >
> > Fixes: c909ca718e8f ("MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructions")
> > Signed-off-by: Paul Burton <paul.burton@xxxxxxxxxx>
> > Reviewed-by: James Hogan <james.hogan@xxxxxxxxxx>
>
> Patch ok - but you may want to take Markos off the cc list. Or iff he's
> still interested, is there any new address for him to use instead?
>
> Ralf

Hi Ralf,

It's a case of automated tooling cc'ing people from relevant git
history, without the knowledge that the email address is no longer
valid. I'll see if I can get it to filter him out next time.

Thanks,
Paul