]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/boot/32: Restructure mk_early_pgtbl_32()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 17 Oct 2023 21:23:28 +0000 (23:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2025 08:55:03 +0000 (09:55 +0100)
commit258f72d0acb548dde42689284062ced504361c33
tree49194ac1763bb9b54b92f06d4189c6b851cdf9a0
parentfa23256c09f00c5b3bd7b0ad57acd7bdb7206dd3
x86/boot/32: Restructure mk_early_pgtbl_32()

commit 69ba866db281c768d5ecca909361ea4c4e71d57e upstream

Prepare it for adding a temporary initrd mapping by splitting out the
actual map loop.

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.175910753@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/head32.c