Re: [PATCH V3] ARM: add missing linker section markup to head-common.S

2013-07-05 Thread Russell King - ARM Linux
On Fri, Jul 05, 2013 at 12:10:55PM -0600, Stephen Warren wrote: > From: Stephen Warren > > Macro __INIT is used to place various code in head-common.S into the init > section. This should be matched by a closing __FINIT. Also, add an > explicit ".text" to ensure subsequent code is placed into the

[PATCH V3] ARM: add missing linker section markup to head-common.S

2013-07-05 Thread Stephen Warren
From: Stephen Warren Macro __INIT is used to place various code in head-common.S into the init section. This should be matched by a closing __FINIT. Also, add an explicit ".text" to ensure subsequent code is placed into the correct section; __FINIT is simply a closing marker to match __INIT and d