]> Git Repo - linux.git/commit
x86/boot/compressed: Move 32-bit entrypoint code into .text section
authorArd Biesheuvel <[email protected]>
Tue, 22 Nov 2022 16:10:02 +0000 (17:10 +0100)
committerBorislav Petkov <[email protected]>
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 <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/x86/boot/compressed/head_64.S
This page took 0.054871 seconds and 4 git commands to generate.