[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-1bb0401680da156ce1549e915e711bf5b2534cc5@git.kernel.org>
Date: Thu, 22 Jun 2017 09:49:47 -0700
From: tip-bot for Thomas Gleixner <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: mpe@...erman.id.au, linux-kernel@...r.kernel.org,
tglx@...utronix.de, hch@....de, marc.zyngier@....com,
keith.busch@...el.com, hpa@...or.com, axboe@...nel.dk,
peterz@...radead.org, mingo@...nel.org
Subject: [tip:irq/core] genirq: Add missing comment for IRQD_STARTED
Commit-ID: 1bb0401680da156ce1549e915e711bf5b2534cc5
Gitweb: http://git.kernel.org/tip/1bb0401680da156ce1549e915e711bf5b2534cc5
Author: Thomas Gleixner <tglx@...utronix.de>
AuthorDate: Tue, 20 Jun 2017 01:37:18 +0200
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Thu, 22 Jun 2017 18:21:13 +0200
genirq: Add missing comment for IRQD_STARTED
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Cc: Marc Zyngier <marc.zyngier@....com>
Cc: Jens Axboe <axboe@...nel.dk>
Cc: Michael Ellerman <mpe@...erman.id.au>
Cc: Keith Busch <keith.busch@...el.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Christoph Hellwig <hch@....de>
Link: http://lkml.kernel.org/r/20170619235444.614913014@linutronix.de
---
include/linux/irq.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/irq.h b/include/linux/irq.h
index d996314..7e62e10 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -200,6 +200,7 @@ struct irq_data {
* IRQD_WAKEUP_ARMED - Wakeup mode armed
* IRQD_FORWARDED_TO_VCPU - The interrupt is forwarded to a VCPU
* IRQD_AFFINITY_MANAGED - Affinity is auto-managed by the kernel
+ * IRQD_IRQ_STARTED - Startup state of the interrupt
*/
enum {
IRQD_TRIGGER_MASK = 0xf,
Powered by blists - more mailing lists