summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-11-09 13:26:11 +0000
committerabiesheuvel <abiesheuvel@Edk2>2015-11-09 13:26:11 +0000
commitacdb6dc8b739ccddd8425e609b68871151c5b94e (patch)
treeb68d79f88282be3aa239f2b987b2fa33cc630df4 /ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h
parentcf93a37859e6d06efdbc5b1a91a6bf66f06b578b (diff)
downloadedk2-acdb6dc8b739ccddd8425e609b68871151c5b94e.tar.gz
edk2-acdb6dc8b739ccddd8425e609b68871151c5b94e.tar.bz2
edk2-acdb6dc8b739ccddd8425e609b68871151c5b94e.zip
ArmPkg/ArmLib: remove unused ArmCleanDataCacheToPoU()
The function ArmCleanDataCacheToPoU() has no users, and its purpose is unclear, since it uses cache maintenance by set/way to perform the clean to PoU, which is a dubious practice to begin with. So remove the declaration and all definitions. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Mark Rutland <mark.rutland@arm.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18752 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h')
-rw-r--r--ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h b/ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h
index c8bb84365b..7b9b9c3715 100644
--- a/ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h
+++ b/ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h
@@ -18,12 +18,6 @@
typedef VOID (*AARCH64_CACHE_OPERATION)(UINTN);
-
-VOID
-AArch64PerformPoUDataCacheOperation (
- IN AARCH64_CACHE_OPERATION DataCacheOperation
- );
-
VOID
AArch64AllDataCachesOperation (
IN AARCH64_CACHE_OPERATION DataCacheOperation