Re: [Xen-devel] [PATCH v2 6/8] xen/x86: Reorder .data and .init when linking

2016-02-24 Thread Andrew Cooper
On 24/02/16 11:41, Jan Beulich wrote: On 23.02.16 at 17:31, wrote: >> In preparation for using superpage mappings, .data and .bss will both want to >> be mapped as read-write. By making them adjacent, they can share the same >> superpage and will not require superpage alignment between thems

Re: [Xen-devel] [PATCH v2 6/8] xen/x86: Reorder .data and .init when linking

2016-02-24 Thread Jan Beulich
>>> On 23.02.16 at 17:31, wrote: > In preparation for using superpage mappings, .data and .bss will both want to > be mapped as read-write. By making them adjacent, they can share the same > superpage and will not require superpage alignment between themselves. > > While making this change, fix