diff options
| author | 2020-04-17 08:59:55 +0100 | |
|---|---|---|
| committer | 2020-04-17 08:59:55 +0100 | |
| commit | 44a987d0a436d27ea5e3cf2ae7ae653de6e58327 (patch) | |
| tree | 9309a16085cbd90a2ef3945ca9326b44e47a86b1 /include | |
| parent | irqchip/irq-bcm7038-l1: Make bcm7038_l1_of_init() static (diff) | |
| parent | irqchip/gic-v4.1: Update effective affinity of virtual SGIs (diff) | |
Merge branch 'irq/gic-v4.1-fixes-5.7' into irq/irqchip-5.7
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/irqchip/arm-gic-v3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/irqchip/arm-gic-v3.h b/include/linux/irqchip/arm-gic-v3.h index 765d9b769b69..6c36b6cc3edf 100644 --- a/include/linux/irqchip/arm-gic-v3.h +++ b/include/linux/irqchip/arm-gic-v3.h @@ -243,6 +243,7 @@ #define GICR_TYPER_PLPIS (1U << 0) #define GICR_TYPER_VLPIS (1U << 1) +#define GICR_TYPER_DIRTY (1U << 2) #define GICR_TYPER_DirectLPIS (1U << 3) #define GICR_TYPER_LAST (1U << 4) #define GICR_TYPER_RVPEID (1U << 7) @@ -686,6 +687,7 @@ struct rdists { bool has_vlpis; bool has_rvpeid; bool has_direct_lpi; + bool has_vpend_valid_dirty; }; struct irq_domain; |
