Re: [PATCH] powerpc: Get rid of invalid shifts in math-emu

2008-02-22 Thread Segher Boessenkool
> _However_ there are significant code changes in there, and I don't > actually understand that code (well, I admit I haven't tried), Yeah, it's written in 70's style C. Yuck. > so it could definitely use a bit of a commit message explaining > the rationale Right. I had to fix git-send-email a

Re: [PATCH] powerpc: Get rid of invalid shifts in math-emu

2008-02-22 Thread Benjamin Herrenschmidt
On Fri, 2008-02-22 at 21:01 +0100, Segher Boessenkool wrote: > Signed-off-by: Segher Boessenkool <[EMAIL PROTECTED]> > --- Amen ! _However_ there are significant code changes in there, and I don't actually understand that code (well, I admit I haven't tried), so it could definitely use a bit of

[PATCH] powerpc: Get rid of invalid shifts in math-emu

2008-02-22 Thread Segher Boessenkool
Signed-off-by: Segher Boessenkool <[EMAIL PROTECTED]> --- arch/powerpc/math-emu/op-2.h | 75 - 1 files changed, 29 insertions(+), 46 deletions(-) diff --git a/arch/powerpc/math-emu/op-2.h b/arch/powerpc/math-emu/op-2.h index 7d6f17c..16d3e3c 100644 --- a