projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa6ec56
)
ACPICA: ACPI 6.3: MADT: add support for statistical profiling in GICC
author
Erik Schmauss
<erik.schmauss@intel.com>
Fri, 15 Feb 2019 21:36:14 +0000
(13:36 -0800)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Sun, 24 Feb 2019 20:11:59 +0000
(21:11 +0100)
ACPICA commit
31b184052a986dc8d80c878edeca574d4ffa1cf5
Link:
https://github.com/acpica/acpica/commit/31b18405
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
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
f876a37
..
a8e7886
100644
(file)
--- a/
include/acpi/actbl2.h
+++ b/
include/acpi/actbl2.h
@@
-623,7
+623,7
@@
struct acpi_madt_local_x2apic_nmi {
u8 reserved[3]; /* reserved - must be zero */
};
-/* 11: Generic
Interrupt (ACPI 5.0 + ACPI 6.0
changes) */
+/* 11: Generic
interrupt - GICC (ACPI 5.0 + ACPI 6.0 + ACPI 6.3
changes) */
struct acpi_madt_generic_interrupt {
struct acpi_subtable_header header;
@@
-641,7
+641,8
@@
struct acpi_madt_generic_interrupt {
u64 gicr_base_address;
u64 arm_mpidr;
u8 efficiency_class;
- u8 reserved2[3];
+ u8 reserved2[1];
+ u16 spe_interrupt; /* ACPI 6.3 */
};
/* Masks for Flags field above */