From acdb6dc8b739ccddd8425e609b68871151c5b94e Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Mon, 9 Nov 2015 13:26:11 +0000 Subject: 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 Acked-by: Mark Rutland Reviewed-by: Leif Lindholm git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18752 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPkg/Include/Library/ArmLib.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ArmPkg/Include') diff --git a/ArmPkg/Include/Library/ArmLib.h b/ArmPkg/Include/Library/ArmLib.h index 58116663b2..f1de303d95 100644 --- a/ArmPkg/Include/Library/ArmLib.h +++ b/ArmPkg/Include/Library/ArmLib.h @@ -241,12 +241,6 @@ ArmCleanDataCache ( VOID ); -VOID -EFIAPI -ArmCleanDataCacheToPoU ( - VOID - ); - VOID EFIAPI ArmInvalidateInstructionCache ( -- cgit v1.2.3