Skip to content

Commit

Permalink
MdePkg/ArmLib: Drop routines that maintain the entire D-cache
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ardbiesheuvel authored and mergify[bot] committed Sep 13, 2024
1 parent bb40351 commit bec02ea
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions MdePkg/Include/Library/ArmLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,24 +180,6 @@ ArmIsMpCore (
VOID
);

VOID
EFIAPI
ArmInvalidateDataCache (
VOID
);

VOID
EFIAPI
ArmCleanInvalidateDataCache (
VOID
);

VOID
EFIAPI
ArmCleanDataCache (
VOID
);

VOID
EFIAPI
ArmInvalidateInstructionCache (
Expand Down

0 comments on commit bec02ea

Please sign in to comment.