Skip to content

Commit

Permalink
ACPICA: ACPI 6.3: MADT: add support for statistical profiling in GICC
Browse files Browse the repository at this point in the history
ACPICA commit 31b184052a986dc8d80c878edeca574d4ffa1cf5

Link: acpica/acpica@31b18405
Signed-off-by: Erik Schmauss <[email protected]>
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
Erik Schmauss authored and rafaeljw committed Feb 24, 2019
1 parent aa6ec56 commit e646e0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/acpi/actbl2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 */
Expand Down

0 comments on commit e646e0a

Please sign in to comment.