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 <ardb@kernel.org>
This commit is contained in:
Ard Biesheuvel 2024-09-12 11:22:00 +02:00 committed by mergify[bot]
parent bb403511d4
commit bec02ea9de
1 changed files with 0 additions and 18 deletions

View File

@ -180,24 +180,6 @@ ArmIsMpCore (
VOID
);
VOID
EFIAPI
ArmInvalidateDataCache (
VOID
);
VOID
EFIAPI
ArmCleanInvalidateDataCache (
VOID
);
VOID
EFIAPI
ArmCleanDataCache (
VOID
);
VOID
EFIAPI
ArmInvalidateInstructionCache (