]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Include/Chipset/AArch64.h
ArmPkg/AArch64Mmu: remove unused GcdAttributeToArmAttribute()
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 18 Nov 2015 11:50:12 +0000 (11:50 +0000)
committerabiesheuvel <abiesheuvel@Edk2>
Wed, 18 Nov 2015 11:50:12 +0000 (11:50 +0000)
commitdd7a987dac8526fbd9605e5ae3da6d396f5bf6f4
treef5d0db2a600b671b9115d28dab5b5c3d4f094db2
parent305d3c8e8da4b0bb0f3f8d216d8ac91fe33d5464
ArmPkg/AArch64Mmu: remove unused GcdAttributeToArmAttribute()

The function GcdAttributeToArmAttribute() is not used anywhere in the
code base, and is only defined for AARCH64 and not for ARM. It also
fails to set the bits for shareability and non-executability that we
require for correct operation. So remove it.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18888 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Include/Chipset/AArch64.h
ArmPkg/Library/ArmLib/AArch64/AArch64Mmu.c