]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/ArmMmuLib: drop unused TT_ATTR_INDX_INVALID CPP macro
authorArd Biesheuvel <ard.biesheuvel@arm.com>
Tue, 31 Mar 2020 17:25:11 +0000 (19:25 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 2 Apr 2020 12:35:52 +0000 (12:35 +0000)
commitf73c9adfc68c7ff189b17cb2531a071d4b30cd75
treee7eaeeaf480876a28b695c9a6e673ab9cfbbfc27
parent991c5d89ba245f623c61fe5568d29cb3c7f6bb11
ArmPkg/ArmMmuLib: drop unused TT_ATTR_INDX_INVALID CPP macro

TT_ATTR_INDX_INVALID is #define'd but never used so drop it. Note
that this leaves a CPP macro of the same name in CpuDxe, but there,
it is actually being used, and although the name suggests that this
value is somehow defined by the architecture, this is really not the
case and it only has meaning within the scope of CpuDxe's implementation.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c