Skip to content

Commit cb1210a

Browse files
Lorenzo Pieralisirafaeljw
authored andcommitted
ACPICA: MADT: Add GICC online capable bit handling
ACPICA commit 16f0befdeddf25756f317907798192bbaa417e5e Implement code to handle the GICC online capable bit management added into ACPI v6.5. Link: acpica/acpica@16f0befd Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 610a9b8 commit cb1210a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/acpi/actbl2.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,7 @@ struct acpi_madt_generic_interrupt {
10461046
/* ACPI_MADT_ENABLED (1) Processor is usable if set */
10471047
#define ACPI_MADT_PERFORMANCE_IRQ_MODE (1<<1) /* 01: Performance Interrupt Mode */
10481048
#define ACPI_MADT_VGIC_IRQ_MODE (1<<2) /* 02: VGIC Maintenance Interrupt mode */
1049+
#define ACPI_MADT_GICC_ONLINE_CAPABLE (1<<3) /* 03: Processor is online capable */
10491050

10501051
/* 12: Generic Distributor (ACPI 5.0 + ACPI 6.0 changes) */
10511052

0 commit comments

Comments
 (0)