]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/boot: Use __pa_nodebug() in mk_early_pgtbl_32()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 17 Oct 2023 21:23:25 +0000 (23:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2025 08:55:03 +0000 (09:55 +0100)
commit5b10ecbadbaad97b24875a21d19224e33a0dd62d
tree6ab1c56ce667af919e152c7c879a2ed154e78b51
parent5fd09dda0ae098ed46a17a068e03a16b6d59469a
x86/boot: Use __pa_nodebug() in mk_early_pgtbl_32()

commit 1e2dd572d2b773b5b8882aae66e5f0328d562aa9 upstream

Use the existing macro instead of undefining and redefining __pa().

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20231017211722.051625827@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/head32.c