diff options
author | Leif Lindholm <leif.lindholm@linaro.org> | 2015-11-20 13:14:59 +0000 |
---|---|---|
committer | leiflindholm <leiflindholm@Edk2> | 2015-11-20 13:14:59 +0000 |
commit | 3b1495156a3576992b31a77e799db207cb61d9de (patch) | |
tree | 17e1030021a7cf7923d2c0a708e2562d8c7ec97e /ArmPkg/Include/Library | |
parent | f73dd6f5bb31aed6097bcb4991fc04b542fc3911 (diff) | |
download | edk2-platforms-3b1495156a3576992b31a77e799db207cb61d9de.tar.xz |
ArmPkg: ArmLib: purge incorrect ArmDrainWriteBuffer () alias
In ArmLib, there exists an alias for ArmDataSynchronizationBarrier,
named after one of several names for the pre-ARMv6 cp15 operation that
was formalised into the Data Synchronization Barrier in ARMv6.
This alias is also the one called from within ArmLib, in preference of
the correct name. Through the power of code reuse, this name slipped
into the AArch64 variant as well.
Expunge it from the codebase.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18915 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Include/Library')
-rw-r--r-- | ArmPkg/Include/Library/ArmLib.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ArmPkg/Include/Library/ArmLib.h b/ArmPkg/Include/Library/ArmLib.h index a328146b69..9622444ec6 100644 --- a/ArmPkg/Include/Library/ArmLib.h +++ b/ArmPkg/Include/Library/ArmLib.h @@ -393,12 +393,6 @@ ArmSetHighVectors ( VOID
EFIAPI
-ArmDrainWriteBuffer (
- VOID
- );
-
-VOID
-EFIAPI
ArmDataMemoryBarrier (
VOID
);
|