mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-25 02:37:39 +02:00
ArmPkg/ArmGic: Drop declarations for non-existent functions
Drop some ArmGicLib declarations that don't actually exist in the code. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
2ab362f313
commit
298d8c436a
@ -116,23 +116,6 @@ ArmGicGetInterfaceIdentification (
|
|||||||
IN UINTN GicInterruptInterfaceBase
|
IN UINTN GicInterruptInterfaceBase
|
||||||
);
|
);
|
||||||
|
|
||||||
// GIC Secure interfaces
|
|
||||||
VOID
|
|
||||||
EFIAPI
|
|
||||||
ArmGicSetupNonSecure (
|
|
||||||
IN UINTN MpId,
|
|
||||||
IN UINTN GicDistributorBase,
|
|
||||||
IN UINTN GicInterruptInterfaceBase
|
|
||||||
);
|
|
||||||
|
|
||||||
VOID
|
|
||||||
EFIAPI
|
|
||||||
ArmGicSetSecureInterrupts (
|
|
||||||
IN UINTN GicDistributorBase,
|
|
||||||
IN UINTN *GicSecureInterruptMask,
|
|
||||||
IN UINTN GicSecureInterruptMaskSize
|
|
||||||
);
|
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
ArmGicDisableDistributor (
|
ArmGicDisableDistributor (
|
||||||
@ -145,13 +128,6 @@ ArmGicGetMaxNumInterrupts (
|
|||||||
IN UINTN GicDistributorBase
|
IN UINTN GicDistributorBase
|
||||||
);
|
);
|
||||||
|
|
||||||
UINTN
|
|
||||||
EFIAPI
|
|
||||||
ArmGicSetPriorityMask (
|
|
||||||
IN UINTN GicInterruptInterfaceBase,
|
|
||||||
IN INTN PriorityMask
|
|
||||||
);
|
|
||||||
|
|
||||||
// GIC revision 2 specific declarations
|
// GIC revision 2 specific declarations
|
||||||
|
|
||||||
// Interrupts from 1020 to 1023 are considered as special interrupts
|
// Interrupts from 1020 to 1023 are considered as special interrupts
|
||||||
@ -159,14 +135,6 @@ ArmGicSetPriorityMask (
|
|||||||
#define ARM_GIC_IS_SPECIAL_INTERRUPTS(Interrupt) \
|
#define ARM_GIC_IS_SPECIAL_INTERRUPTS(Interrupt) \
|
||||||
(((Interrupt) >= 1020) && ((Interrupt) <= 1023))
|
(((Interrupt) >= 1020) && ((Interrupt) <= 1023))
|
||||||
|
|
||||||
VOID
|
|
||||||
EFIAPI
|
|
||||||
ArmGicV2SetupNonSecure (
|
|
||||||
IN UINTN MpId,
|
|
||||||
IN UINTN GicDistributorBase,
|
|
||||||
IN UINTN GicInterruptInterfaceBase
|
|
||||||
);
|
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
ArmGicV2EnableInterruptInterface (
|
ArmGicV2EnableInterruptInterface (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user