Re: [Xen-devel] [PATCH 3/5] x86/link: Reduce the number of sections created

2015-06-05 Thread Jan Beulich
>>> On 05.06.15 at 18:11, wrote: > On 05/06/15 16:38, Jan Beulich wrote: > On 05.06.15 at 15:31, wrote: >>> There is no need for top level sections for each of these, so they are >>> subsumed into more-generic sections. >>> >>> .data.read_mostly and .lockprofile.data are moved to .data >>>

Re: [Xen-devel] [PATCH 3/5] x86/link: Reduce the number of sections created

2015-06-05 Thread Andrew Cooper
On 05/06/15 16:38, Jan Beulich wrote: On 05.06.15 at 15:31, wrote: >> There is no need for top level sections for each of these, so they are >> subsumed into more-generic sections. >> >> .data.read_mostly and .lockprofile.data are moved to .data >> >> .init.setup, .initcall.init, .xsm_ini

Re: [Xen-devel] [PATCH 3/5] x86/link: Reduce the number of sections created

2015-06-05 Thread Jan Beulich
>>> On 05.06.15 at 15:31, wrote: > There is no need for top level sections for each of these, so they are > subsumed into more-generic sections. > > .data.read_mostly and .lockprofile.data are moved to .data > > .init.setup, .initcall.init, .xsm_initcall.init are moved to .init.data > > Thi

[Xen-devel] [PATCH 3/5] x86/link: Reduce the number of sections created

2015-06-05 Thread Andrew Cooper
There is no need for top level sections for each of these, so they are subsumed into more-generic sections. .data.read_mostly and .lockprofile.data are moved to .data .init.setup, .initcall.init, .xsm_initcall.init are moved to .init.data This will simplify the later adjustments to use super