Re: [RFC PATCH v2, part4 03/39] c6x: normalize global variables exported by vmlinux.lds

2013-03-26 Thread Jiang Liu
On 03/26/2013 01:56 AM, Mark Salter wrote: > On Sun, 2013-03-24 at 15:24 +0800, Jiang Liu wrote: >> Normalize global variables exported by vmlinux.lds to conform usage >> guidelines from include/asm-generic/sections.h. >> >> Use _text to mark the start of the kernel image including the head text, >

Re: [RFC PATCH v2, part4 03/39] c6x: normalize global variables exported by vmlinux.lds

2013-03-25 Thread Mark Salter
On Sun, 2013-03-24 at 15:24 +0800, Jiang Liu wrote: > Normalize global variables exported by vmlinux.lds to conform usage > guidelines from include/asm-generic/sections.h. > > Use _text to mark the start of the kernel image including the head text, > and _stext to mark the start of the .text secti

[RFC PATCH v2, part4 03/39] c6x: normalize global variables exported by vmlinux.lds

2013-03-24 Thread Jiang Liu
Normalize global variables exported by vmlinux.lds to conform usage guidelines from include/asm-generic/sections.h. Use _text to mark the start of the kernel image including the head text, and _stext to mark the start of the .text section. This patch also fixes possible bugs due to current addres