]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/boot: Drop references to startup_64
authorArd Biesheuvel <ardb@kernel.org>
Tue, 12 Sep 2023 09:00:59 +0000 (09:00 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Feb 2024 08:25:26 +0000 (09:25 +0100)
commita38801ba1875a13b428337bff82873282db7abdd
treeac2187830046c506b64c1fbca88dc519a653d0bd
parent08796fc9bfe2b1a3ba7ca67031a7b193ecfe5f5c
x86/boot: Drop references to startup_64

commit b618d31f112bea3d2daea19190d63e567f32a4db upstream.

The x86 boot image generation tool assign a default value to startup_64
and subsequently parses the actual value from zoffset.h but it never
actually uses the value anywhere. So remove this code.

This change has no impact on the resulting bzImage binary.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230912090051.4014114-25-ardb@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/boot/Makefile
arch/x86/boot/tools/build.c