summaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2017-06-19 19:37:18 -0400
committerThomas Gleixner <tglx@linutronix.de>2017-06-22 12:21:13 -0400
commit1bb0401680da156ce1549e915e711bf5b2534cc5 (patch)
tree979e69501641ac4c3e64ea22be51f19967c40af2 /include/linux/irq.h
parent087cdfb662ae50e3826e7cd2e54b6519d07b60f0 (diff)
genirq: Add missing comment for IRQD_STARTED
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: Jens Axboe <axboe@kernel.dk> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Keith Busch <keith.busch@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Christoph Hellwig <hch@lst.de> Link: http://lkml.kernel.org/r/20170619235444.614913014@linutronix.de
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r--include/linux/irq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index d996314b6522..7e62e10e5856 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -200,6 +200,7 @@ struct irq_data {
200 * IRQD_WAKEUP_ARMED - Wakeup mode armed 200 * IRQD_WAKEUP_ARMED - Wakeup mode armed
201 * IRQD_FORWARDED_TO_VCPU - The interrupt is forwarded to a VCPU 201 * IRQD_FORWARDED_TO_VCPU - The interrupt is forwarded to a VCPU
202 * IRQD_AFFINITY_MANAGED - Affinity is auto-managed by the kernel 202 * IRQD_AFFINITY_MANAGED - Affinity is auto-managed by the kernel
203 * IRQD_IRQ_STARTED - Startup state of the interrupt
203 */ 204 */
204enum { 205enum {
205 IRQD_TRIGGER_MASK = 0xf, 206 IRQD_TRIGGER_MASK = 0xf,