Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
BACKPORT: ACPICA: ACPI 6.3: MADT: add support for statistical profili…
Browse files Browse the repository at this point in the history
…ng in GICC

ACPICA commit 31b184052a986dc8d80c878edeca574d4ffa1cf5

Link: acpica/acpica@31b18405

This patch is part of the eMAG2 ARM SPE PMU patch set.
This patch is backported from:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v5.2-rc6&id=e646e0a50cfadae315f2db05e07a2ec072ce8d9c

Signed-off-by: Erik Schmauss <[email protected]>
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Khuong Dinh <[email protected]>
  • Loading branch information
Erik Schmauss authored and tphan-ampere committed Apr 21, 2020
1 parent 51df9ae commit 537f45c
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 537f45c

Please sign in to comment.