audk/ArmPkg/Drivers/ArmGic
Robbie King 7861b24dc9 ArmPkg/Drivers: ArmGicIsInterruptEnabled returns incorrect value
The issue appears to have been introduced by:

41fb5d46 : ArmPkg/ArmGic: Use the GIC Redistributor instead of GIC Distributor for GICv3

The changes to ArmGicIsInterruptEnabled() introduced the error where the Boolean
result is assigned to Interrupts, but then the bit position check is performed
again (against the computed Boolean result instead of the interrupt mask) during
the return statement.

Fix removes erroneous test and relies on boolean test made at return.

Signed-off-by: Robbie King <robbiek@xsightlabs.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
2022-07-01 15:28:08 +00:00
..
GicV2 ArmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
GicV3 ArmPkg: Remove RVCT support 2022-05-13 14:58:54 +00:00
ArmGicCommonDxe.c ArmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
ArmGicDxe.c ArmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
ArmGicDxe.h ArmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
ArmGicDxe.inf ArmPkg: list module-internal header files in INF [Sources] 2019-07-23 00:20:18 +02:00
ArmGicLib.c ArmPkg/Drivers: ArmGicIsInterruptEnabled returns incorrect value 2022-07-01 15:28:08 +00:00
ArmGicLib.inf ArmPkg: Remove RVCT support 2022-05-13 14:58:54 +00:00
ArmGicNonSecLib.c ArmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00