From 793ca69f50b8f12d0c4f0d9ffa16ecbc967e4118 Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Fri, 4 Jul 2014 14:36:42 +0000 Subject: ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLib The support for GIcV2 was already existing. This change separate the GicV2 specific functions from the common Gic code (in preparation for GicV3 support). Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15626 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPkg/Include/Library/ArmGicLib.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ArmPkg/Include/Library/ArmGicLib.h') diff --git a/ArmPkg/Include/Library/ArmGicLib.h b/ArmPkg/Include/Library/ArmGicLib.h index 24f1966b56..f2d4c7b27c 100644 --- a/ArmPkg/Include/Library/ArmGicLib.h +++ b/ArmPkg/Include/Library/ArmGicLib.h @@ -76,9 +76,6 @@ #define ARM_GIC_ICCIIDR_GET_REVISION(IccIidr) (((IccIidr) >> 12) & 0xF) #define ARM_GIC_ICCIIDR_GET_IMPLEMENTER(IccIidr) ((IccIidr) & 0xFFF) -// Bit Mask for -#define ARM_GIC_ICCIAR_ACKINTID 0x3FF - UINTN EFIAPI ArmGicGetInterfaceIdentification ( -- cgit v1.2.3