summaryrefslogtreecommitdiffstats
path: root/arch/x86/purgatory/Makefile
diff options
context:
space:
mode:
authorWei Yang <richard.weiyang@gmail.com>2024-03-13 07:58:37 +0000
committerIngo Molnar <mingo@kernel.org>2024-03-22 11:36:45 +0100
commit29b0aab841da3cade64c7e41e99e9f4645e65fb1 (patch)
treee47f3c075cbb64c8db7a8bf214809bc322c56fb3 /arch/x86/purgatory/Makefile
parent9b67ce2c121fbf11c0c7b6216c08200fda23c9af (diff)
downloadlinux-stable-29b0aab841da3cade64c7e41e99e9f4645e65fb1.tar.gz
linux-stable-29b0aab841da3cade64c7e41e99e9f4645e65fb1.tar.bz2
linux-stable-29b0aab841da3cade64c7e41e99e9f4645e65fb1.zip
x86/boot: Replace __PHYSICAL_START with LOAD_PHYSICAL_ADDR
Both __PHYSICAL_START and LOAD_PHYSICAL_ADDR are defined to get aligned CONFIG_PHYSICAL_START, so we can replace __PHYSICAL_START with LOAD_PHYSICAL_ADDR. And then remove the definition of __PHYSICAL_START, which is only used to define __START_KERNEL. Since <asm/boot.h> includes <asm/pgtable_types.h>, which includes <asm/page_types.h>, it is fine to move definition from <asm/boot.h> to <asm/page_types.h>. 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-3-richard.weiyang@gmail.com
Diffstat (limited to 'arch/x86/purgatory/Makefile')
0 files changed, 0 insertions, 0 deletions