Re: [PATCH 1/2] powerpc: remove section changes from _GLOBAL() and friends

2013-04-16 Thread Michael Ellerman
On Tue, Apr 16, 2013 at 02:17:47AM +1000, Stephen Rothwell wrote: > Hi Michael, > > On Mon, 15 Apr 2013 23:30:40 +1000 Stephen Rothwell > wrote: > > > > On Mon, 15 Apr 2013 22:00:17 +1000 Michael Ellerman > > wrote: > > > > > > On Thu, Nov 29, 2012 at 10:55:25AM +1100, Stephen Rothwell wrote:

Re: [PATCH 1/2] powerpc: remove section changes from _GLOBAL() and friends

2013-04-15 Thread Stephen Rothwell
Hi Michael, On Mon, 15 Apr 2013 23:30:40 +1000 Stephen Rothwell wrote: > > On Mon, 15 Apr 2013 22:00:17 +1000 Michael Ellerman > wrote: > > > > On Thu, Nov 29, 2012 at 10:55:25AM +1100, Stephen Rothwell wrote: > > > These sometimes produce unexpected results and make it hard to put the > > > s

Re: [PATCH 1/2] powerpc: remove section changes from _GLOBAL() and friends

2013-04-15 Thread Stephen Rothwell
Hi Michael, On Mon, 15 Apr 2013 22:00:17 +1000 Michael Ellerman wrote: > > On Thu, Nov 29, 2012 at 10:55:25AM +1100, Stephen Rothwell wrote: > > These sometimes produce unexpected results and make it hard to put the > > start up code (for 64 bit) into the .head.text section. > > ... > > > diff

Re: [PATCH 1/2] powerpc: remove section changes from _GLOBAL() and friends

2013-04-15 Thread Michael Ellerman
On Thu, Nov 29, 2012 at 10:55:25AM +1100, Stephen Rothwell wrote: > These sometimes produce unexpected results and make it hard to put the > start up code (for 64 bit) into the .head.text section. ... > diff --git a/arch/powerpc/kernel/head_fsl_booke.S > b/arch/powerpc/kernel/head_fsl_booke.S >

[PATCH 1/2] powerpc: remove section changes from _GLOBAL() and friends

2012-11-28 Thread Stephen Rothwell
These sometimes produce unexpected results and make it hard to put the start up code (for 64 bit) into the .head.text section. This also adds some explicit .texts at the start of asm files that did not have them. Suggested by Alan Modra. Cc: Alan Modra Signed-off-by: Stephen Rothwell --- arch