Re: [Xen-devel] [PATCH] x86: put kexec_reloc in its own section

2016-03-19 Thread David Vrabel
On 17/03/16 16:17, Jan Beulich wrote: > Since it wants to be page aligned, this alignment would force pointless > alignment of .text in the intermediate built_in.o file(s), needlessly > growing the overall text and binary size. Acked-by: David Vrabel David __

Re: [Xen-devel] [PATCH] x86: put kexec_reloc in its own section

2016-03-19 Thread Andrew Cooper
On 17/03/16 16:17, Jan Beulich wrote: > Since it wants to be page aligned, this alignment would force pointless > alignment of .text in the intermediate built_in.o file(s), needlessly > growing the overall text and binary size. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper _

[Xen-devel] [PATCH] x86: put kexec_reloc in its own section

2016-03-18 Thread Jan Beulich
Since it wants to be page aligned, this alignment would force pointless alignment of .text in the intermediate built_in.o file(s), needlessly growing the overall text and binary size. Signed-off-by: Jan Beulich --- a/xen/arch/x86/x86_64/kexec_reloc.S +++ b/xen/arch/x86/x86_64/kexec_reloc.S @@ -1