x86/boot/compressed: Move 32-bit entrypoint code into .text section
authorArd Biesheuvel <ardb@kernel.org>
Tue, 22 Nov 2022 16:10:02 +0000 (17:10 +0100)
committerBorislav Petkov <bp@suse.de>
Tue, 22 Nov 2022 18:03:56 +0000 (19:03 +0100)
commite2ab9eab324cdf240de89741e4a1aa79919f0196
tree534c26184fb07d571252ad807629ee5840c99c3c
parentcb8bda8ad4438b4bcfcf89697fc84803fb210017
x86/boot/compressed: Move 32-bit entrypoint code into .text section

Move the code that stores the arguments passed to the EFI entrypoint
into the .text section, so that it can be moved 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-3-ardb@kernel.org
arch/x86/boot/compressed/head_64.S