]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Library/ArmLib/AArch64/AArch64Support.S
ArmLib: remove ArmReplaceLiveTranslationEntry() implementation
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 10 Aug 2016 11:43:17 +0000 (13:43 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 11 Aug 2016 10:29:31 +0000 (12:29 +0200)
commit2b47cdc9364f0d94946957aa703237deacdf93ac
tree06083a160bed5bdecc0f9aacdd3c636163cf896f
parentbfaa3b5b7fad475355ef28bb96749d2410ef75b0
ArmLib: remove ArmReplaceLiveTranslationEntry() implementation

The function ArmReplaceLiveTranslationEntry() has been moved to
ArmMmuLib, so remove the old implementation from ArmLib.

Note that the new implementation was not exported from the object file,
and so references to it were satisfied by the old version residing in
ArmLib. Since we are removing that one, we need to export the new one
at the same time to prevent the linker from bailing with undefined
reference errors.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPkg/Library/ArmLib/AArch64/AArch64Support.S
ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibReplaceEntry.S