projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
610a9b8
)
ACPICA: MADT: Add GICC online capable bit handling
author
Lorenzo Pieralisi
<lpieralisi@kernel.org>
Wed, 27 Dec 2023 11:00:36 +0000
(12:00 +0100)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Tue, 9 Jan 2024 14:25:37 +0000
(15:25 +0100)
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>
include/acpi/actbl2.h
patch
|
blob
|
history
diff --git
a/include/acpi/actbl2.h
b/include/acpi/actbl2.h
index 3751ae69432f1285533a61db8e0c31d42ed5fa31..2b4dd2c3348f313c2edf23daee59a0820667008e 100644
(file)
--- 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) */