diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2024-02-21 12:35:09 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2024-02-26 12:58:35 +0100 |
commit | d9ec1158056bedb6da8f4e02de30d300914b31f8 (patch) | |
tree | 23a1666fa70dbcbe34ddb899ee4d51886fcac870 /ipc | |
parent | x86/boot/64: Simplify global variable accesses in GDT/IDT programming (diff) | |
download | linux-d9ec1158056bedb6da8f4e02de30d300914b31f8.tar.xz linux-d9ec1158056bedb6da8f4e02de30d300914b31f8.zip |
x86/boot/64: Use RIP_REL_REF() to assign 'phys_base'
'phys_base' is assigned from code that executes from a 1:1 mapping so it
cannot use a plain access from C. Replace the use of fixup_pointer()
with RIP_REL_REF(), which is better and simpler.
While at it, move the assignment to before the addition of the SME mask
so there is no need to subtract it again, and drop the unnecessary
addition ('phys_base' is statically initialized to 0x0)
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20240221113506.2565718-20-ardb+git@google.com
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions