From bec02ea9de6ae8aec4a645b56424d7be999fe23f Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Thu, 12 Sep 2024 11:22:00 +0200 Subject: MdePkg/ArmLib: Drop routines that maintain the entire D-cache Cache maintenance on the D-cache hierarchy as a whole is not supported by the ARM architecture, so drop the routines from ArmLib that pretend to implement it. Signed-off-by: Ard Biesheuvel --- MdePkg/Include/Library/ArmLib.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'MdePkg') diff --git a/MdePkg/Include/Library/ArmLib.h b/MdePkg/Include/Library/ArmLib.h index 6a1503a7e5..087cddfb76 100644 --- a/MdePkg/Include/Library/ArmLib.h +++ b/MdePkg/Include/Library/ArmLib.h @@ -180,24 +180,6 @@ ArmIsMpCore ( VOID ); -VOID -EFIAPI -ArmInvalidateDataCache ( - VOID - ); - -VOID -EFIAPI -ArmCleanInvalidateDataCache ( - VOID - ); - -VOID -EFIAPI -ArmCleanDataCache ( - VOID - ); - VOID EFIAPI ArmInvalidateInstructionCache ( -- cgit v1.2.3