Re: [PATCH v2 08/12] x86: move .text.kexec

2022-02-18 Thread Andrew Cooper
On 27/05/2021 13:34, Jan Beulich wrote: > The source file requests page alignment - avoid a padding hole by > placing it right after .text.entry. On average this yields a .text size > reduction of 2k. > > Requested-by: Andrew Cooper > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper I'll

[PATCH v2 08/12] x86: move .text.kexec

2021-05-27 Thread Jan Beulich
The source file requests page alignment - avoid a padding hole by placing it right after .text.entry. On average this yields a .text size reduction of 2k. Requested-by: Andrew Cooper Signed-off-by: Jan Beulich --- v2: New. --- a/xen/arch/x86/xen.lds.S +++ b/xen/arch/x86/xen.lds.S @@ -83,10 +83,