[PATCH 5/15] powerpc: convert to %r for all GPR usage

2012-06-08 Thread Michael Neuling
Now all the fixes are in place, let's rock-n-roll! Signed-off-by: Michael Neuling --- arch/powerpc/include/asm/ppc_asm.h | 72 - 1 file changed, 39 insertions(+), 33 deletions(-) Index: clone3/arch/powerpc/include/asm/ppc_asm.h

Re: [PATCH 5/15] powerpc: convert to %r for all GPR usage

2012-06-08 Thread Jesse Larrew
On 06/08/2012 06:36 AM, Michael Neuling wrote: > -/* General Purpose Registers (GPRs) */ > +/* > + * General Purpose Registers (GPRs) > + * > + * The lower case r0-r31 should be used in preference to the upper > + * case R0-R31 as they provide more error checking in the assembler. > + * Use R0-31

Re: [PATCH 5/15] powerpc: convert to %r for all GPR usage

2012-06-13 Thread Michael Neuling
Jesse Larrew wrote: > On 06/08/2012 06:36 AM, Michael Neuling wrote: > > > > -/* General Purpose Registers (GPRs) */ > > +/* > > + * General Purpose Registers (GPRs) > > + * > > + * The lower case r0-r31 should be used in preference to the upper > > + * case R0-R31 as they provide more error che

Re: [PATCH 5/15] powerpc: convert to %r for all GPR usage

2012-06-13 Thread Jesse Larrew
On 06/13/2012 10:25 PM, Michael Neuling wrote: > Jesse Larrew wrote: >> On 06/08/2012 06:36 AM, Michael Neuling wrote: >> >> >>> -/* General Purpose Registers (GPRs) */ >>> +/* >>> + * General Purpose Registers (GPRs) >>> + * >>> + * The lower case r0-r31 should be used in preference to the upper