x86, boot: use LOAD_PHYSICAL_ADDR on 64 bits
authorH. Peter Anvin <hpa@zytor.com>
Mon, 11 May 2009 21:41:55 +0000 (14:41 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 11 May 2009 21:41:55 +0000 (14:41 -0700)
commit40b387a8a9a821878ecdf9fb117958c426fc1385
tree28a8886b89faa4da5cfce32a5115e0a10f49c04e
parent77d1a4999502c260df0eb2de437d320bf8c64b36
x86, boot: use LOAD_PHYSICAL_ADDR on 64 bits

Use LOAD_PHYSICAL_ADDR instead of CONFIG_PHYSICAL_START in the 64-bit
decompression code, for equivalence with the 32-bit code.

[ Impact: cleanup, increases code similarity ]

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/boot/compressed/head_64.S