x86/vmlinux.lds.S: Take __START_KERNEL out conditional definition
authorWei Yang <richard.weiyang@gmail.com>
Wed, 13 Mar 2024 07:58:39 +0000 (07:58 +0000)
committerIngo Molnar <mingo@kernel.org>
Wed, 13 Mar 2024 10:29:11 +0000 (11:29 +0100)
commit9b67ce2c121fbf11c0c7b6216c08200fda23c9af
tree6aa822a79b382f9fb218a9bf2ae8c3d2ea7229f6
parenta5cffd056ef52280c07a7f6a3b3faacf6b318e8e
x86/vmlinux.lds.S: Take __START_KERNEL out conditional definition

If CONFIG_X86_32=y, the section start address is defined to be
"LOAD_OFFSET + LOAD_PHYSICAL_ADDR", which is the same as
__START_KERNEL_map.

Unify it with the 64-bit definition to simplify the code.

Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20240313075839.8321-5-richard.weiyang@gmail.com
arch/x86/kernel/vmlinux.lds.S