]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/ArmMmuLib AARCH64: drop pointless page table memory type check
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Sat, 7 Mar 2020 09:10:07 +0000 (10:10 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 10 Mar 2020 00:19:30 +0000 (00:19 +0000)
commitd93fe5b579091a6d505419cbfe58aa9d62c3b292
treebe182808adbe409fa4c757c8d42a294d66b00e04
parent748fea6279efc20de3fef483deb4b774f3c34906
ArmPkg/ArmMmuLib AARCH64: drop pointless page table memory type check

This is the AARCH64 counterpart of commit 1f3b1eb3082206e4, to remove
a pointless check against the memory type of the allocations that the
page tables happened to land in. On ArmV8, we use writeback cacheable
exclusively for all memory.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Message-Id: <20200307091008.14918-2-ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c