diff options
author | Marc Zyngier <maz@kernel.org> | 2023-06-16 12:23:55 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2023-06-16 12:23:55 +0100 |
commit | d59b553fefa940f91aa96ff898267acc58e59e6b (patch) | |
tree | a90e8d15de4909882b67a290ac22cb33dff28535 /kernel/irq/debugfs.c | |
parent | 2b384e01fd12275b93ba777b40ec8b868c965e2d (diff) | |
parent | 8f4b589595d01f882d63d21efe15af4a5ad7c59b (diff) |
Merge branch irq/lpi-resend into irq/irqchip-next
* irq/lpi-resend:
: .
: Patch series from James Gowans, working around an issue with
: GICv3 LPIs that can fire concurrently on multiple CPUs.
: .
irqchip/gic-v3-its: Enable RESEND_WHEN_IN_PROGRESS for LPIs
genirq: Allow fasteoi handler to resend interrupts on concurrent handling
genirq: Expand doc for PENDING and REPLAY flags
genirq: Use BIT() for the IRQD_* state flags
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'kernel/irq/debugfs.c')
-rw-r--r-- | kernel/irq/debugfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/irq/debugfs.c b/kernel/irq/debugfs.c index bbcaac64038e..5971a66be034 100644 --- a/kernel/irq/debugfs.c +++ b/kernel/irq/debugfs.c @@ -133,6 +133,8 @@ static const struct irq_bit_descr irqdata_states[] = { BIT_MASK_DESCR(IRQD_HANDLE_ENFORCE_IRQCTX), BIT_MASK_DESCR(IRQD_IRQ_ENABLED_ON_SUSPEND), + + BIT_MASK_DESCR(IRQD_RESEND_WHEN_IN_PROGRESS), }; static const struct irq_bit_descr irqdesc_states[] = { |