cpu/x86/pae/pgtbl.c: remove dead map_2M_page()
commit33192a3752fc73ff2f930097a07594f386c8693d
authorKrystian Hebel <krystian.hebel@3mdeb.com>
Tue, 7 May 2024 15:18:32 +0000 (7 17:18 +0200)
committerFelix Held <felix-coreboot@felixheld.de>
Mon, 13 May 2024 12:31:32 +0000 (13 12:31 +0000)
treefd0da3b59a02b91fc87b1c0c94c3998d355bb179
parent7e7e569db41376d54446064d6e5152a8e82ccbdc
cpu/x86/pae/pgtbl.c: remove dead map_2M_page()

This function isn't used anywhere. It probably wouldn't work with
current coreboot anyway, as it identity mapped lower 2GB of RAM, while
ramstage is run from CBMEM, which is usually just below top of memory.

It was last used in K8 code that is long gone.

Change-Id: I97e2830f381181d7f21ab5f6d4c544066c15b08c
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82247
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
src/cpu/x86/pae/pgtbl.c
src/include/cpu/x86/pae.h