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 <andrew.cooper3@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
. = ALIGN(PAGE_SIZE);
_etextentry = .;
+ *(.text.kexec) /* Page aligned in the object file. */
+
*(.text.cold)
*(.text.unlikely)
*(.fixup)
- *(.text.kexec)
*(.gnu.warning)
_etext = .; /* End of text section */
} PHDR(text) = 0x9090