x86/boot/compressed: Move efi32_pe_entry into .text section
authorArd Biesheuvel <ardb@kernel.org>
Tue, 22 Nov 2022 16:10:04 +0000 (17:10 +0100)
committerBorislav Petkov <bp@suse.de>
Tue, 22 Nov 2022 18:23:01 +0000 (19:23 +0100)
commit91592b5c0c2f076ff9d8cc0c14aa563448ac9fc4
tree51d0ae6d57feb2a6b792dd2e541158d56b3fed51
parent5c3a85f35b583259cf5ca0344cd79c8899ba1bb7
x86/boot/compressed: Move efi32_pe_entry into .text section

Move efi32_pe_entry() into the .text section, so that it can be moved
out of head_64.S and into a separate compilation unit in a subsequent
patch.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20221122161017.2426828-5-ardb@kernel.org
arch/x86/boot/compressed/head_64.S