Skip to content

Commit aa251fc

Browse files
Marc ZyngierKAGA-KOKO
authored andcommitted
genirq/debugfs: Add missing irqchip flags
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]
1 parent f0c7bac commit aa251fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kernel/irq/debugfs.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ static const struct irq_bit_descr irqdata_states[] = {
112112
BIT_MASK_DESCR(IRQD_AFFINITY_SET),
113113
BIT_MASK_DESCR(IRQD_SETAFFINITY_PENDING),
114114
BIT_MASK_DESCR(IRQD_AFFINITY_MANAGED),
115+
BIT_MASK_DESCR(IRQD_AFFINITY_ON_ACTIVATE),
115116
BIT_MASK_DESCR(IRQD_MANAGED_SHUTDOWN),
116117
BIT_MASK_DESCR(IRQD_CAN_RESERVE),
117118
BIT_MASK_DESCR(IRQD_MSI_NOMASK_QUIRK),
@@ -120,6 +121,10 @@ static const struct irq_bit_descr irqdata_states[] = {
120121

121122
BIT_MASK_DESCR(IRQD_WAKEUP_STATE),
122123
BIT_MASK_DESCR(IRQD_WAKEUP_ARMED),
124+
125+
BIT_MASK_DESCR(IRQD_DEFAULT_TRIGGER_SET),
126+
127+
BIT_MASK_DESCR(IRQD_HANDLE_ENFORCE_IRQCTX),
123128
};
124129

125130
static const struct irq_bit_descr irqdesc_states[] = {

0 commit comments

Comments
 (0)