aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorLorenzo Pieralisi <lpieralisi@kernel.org>2023-12-27 12:00:36 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-01-09 15:25:37 +0100
commitcb1210a7c03c55f9fb7496bd44155c6a024fe458 (patch)
treec74a15664d6a2be35992fe3654ad899ea5ab6a5e /include/acpi
parent610a9b8f49fbcf1100716370d3b5f6f884a2835a (diff)
downloadlinux-cb1210a7c03c55f9fb7496bd44155c6a024fe458.tar.gz
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: https://github.com/acpica/acpica/commit/16f0befd Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/actbl2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h
index 3751ae69432f1..2b4dd2c3348f3 100644
--- a/include/acpi/actbl2.h
+++ b/include/acpi/actbl2.h
@@ -1046,6 +1046,7 @@ struct acpi_madt_generic_interrupt {
/* ACPI_MADT_ENABLED (1) Processor is usable if set */
#define ACPI_MADT_PERFORMANCE_IRQ_MODE (1<<1) /* 01: Performance Interrupt Mode */
#define ACPI_MADT_VGIC_IRQ_MODE (1<<2) /* 02: VGIC Maintenance Interrupt mode */
+#define ACPI_MADT_GICC_ONLINE_CAPABLE (1<<3) /* 03: Processor is online capable */
/* 12: Generic Distributor (ACPI 5.0 + ACPI 6.0 changes) */