From 3b1495156a3576992b31a77e799db207cb61d9de Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Fri, 20 Nov 2015 13:14:59 +0000 Subject: 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 Reviewed-by: Ard Biesheuvel git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18915 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.asm | 2 -- 1 file changed, 2 deletions(-) (limited to 'ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.asm') diff --git a/ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.asm b/ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.asm index 78a12e1629..542157bef7 100644 --- a/ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.asm +++ b/ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.asm @@ -20,7 +20,6 @@ EXPORT ArmInvalidateDataCacheEntryBySetWay EXPORT ArmCleanDataCacheEntryBySetWay EXPORT ArmCleanInvalidateDataCacheEntryBySetWay - EXPORT ArmDrainWriteBuffer EXPORT ArmEnableMmu EXPORT ArmDisableMmu EXPORT ArmDisableCachesAndMmu @@ -255,7 +254,6 @@ ArmDataMemoryBarrier bx LR ArmDataSynchronizationBarrier -ArmDrainWriteBuffer dsb bx LR -- cgit v1.2.3