Skip to content

Commit

Permalink
genirq/debugfs: Add missing irqchip flags
Browse files Browse the repository at this point in the history
Recently introduced irqchip flags lack the corresponding printouts in
debugfs. Add them.

Signed-off-by: Marc Zyngier <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
  • Loading branch information
Marc Zyngier authored and KAGA-KOKO committed Jul 27, 2020
1 parent f0c7bac commit aa251fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kernel/irq/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ static const struct irq_bit_descr irqdata_states[] = {
BIT_MASK_DESCR(IRQD_AFFINITY_SET),
BIT_MASK_DESCR(IRQD_SETAFFINITY_PENDING),
BIT_MASK_DESCR(IRQD_AFFINITY_MANAGED),
BIT_MASK_DESCR(IRQD_AFFINITY_ON_ACTIVATE),
BIT_MASK_DESCR(IRQD_MANAGED_SHUTDOWN),
BIT_MASK_DESCR(IRQD_CAN_RESERVE),
BIT_MASK_DESCR(IRQD_MSI_NOMASK_QUIRK),
Expand All @@ -120,6 +121,10 @@ static const struct irq_bit_descr irqdata_states[] = {

BIT_MASK_DESCR(IRQD_WAKEUP_STATE),
BIT_MASK_DESCR(IRQD_WAKEUP_ARMED),

BIT_MASK_DESCR(IRQD_DEFAULT_TRIGGER_SET),

BIT_MASK_DESCR(IRQD_HANDLE_ENFORCE_IRQCTX),
};

static const struct irq_bit_descr irqdesc_states[] = {
Expand Down

0 comments on commit aa251fc

Please sign in to comment.