diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2025-01-16 16:35:25 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-01-17 18:37:27 +0000 |
commit | 2ab362f313248a87c050ebbc02f1b2e08f35d53c (patch) | |
tree | 05ce15e2104c3d4ca1ab81f897d552bac6b4e805 /ArmPkg/Include | |
parent | 4e874fcf09e3c8cede327e2209f488b944cbe0fe (diff) | |
download | edk2-2ab362f313248a87c050ebbc02f1b2e08f35d53c.tar.gz |
ArmPkg/ArmGic: Disentangle ArmGicEnableDistributor () versions
Split ArmGicEnableDistributor () into GICv2 and v3 specific versions,
and move them into their single respective callers, so that the original
can be dropped from ArmGicLib altogether.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'ArmPkg/Include')
-rw-r--r-- | ArmPkg/Include/Library/ArmGicLib.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ArmPkg/Include/Library/ArmGicLib.h b/ArmPkg/Include/Library/ArmGicLib.h index 6f69aeb926..24fd323f2e 100644 --- a/ArmPkg/Include/Library/ArmGicLib.h +++ b/ArmPkg/Include/Library/ArmGicLib.h @@ -135,12 +135,6 @@ ArmGicSetSecureInterrupts ( VOID
EFIAPI
-ArmGicEnableDistributor (
- IN UINTN GicDistributorBase
- );
-
-VOID
-EFIAPI
ArmGicDisableDistributor (
IN UINTN GicDistributorBase
);
|