diff options
author | Krystian Hebel <krystian.hebel@3mdeb.com> | 2024-05-07 17:18:32 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-05-13 12:31:32 +0000 |
commit | 33192a3752fc73ff2f930097a07594f386c8693d (patch) | |
tree | fd0da3b59a02b91fc87b1c0c94c3998d355bb179 /Makefile.mk | |
parent | 7e7e569db41376d54446064d6e5152a8e82ccbdc (diff) |
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>
Diffstat (limited to 'Makefile.mk')
0 files changed, 0 insertions, 0 deletions