From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753484AbdFVQy0 (ORCPT ); Thu, 22 Jun 2017 12:54:26 -0400 Received: from terminus.zytor.com ([65.50.211.136]:53579 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752152AbdFVQyY (ORCPT ); Thu, 22 Jun 2017 12:54:24 -0400 Date: Thu, 22 Jun 2017 09:49:47 -0700 From: tip-bot for Thomas Gleixner Message-ID: Cc: mpe@ellerman.id.au, linux-kernel@vger.kernel.org, tglx@linutronix.de, hch@lst.de, marc.zyngier@arm.com, keith.busch@intel.com, hpa@zytor.com, axboe@kernel.dk, peterz@infradead.org, mingo@kernel.org Reply-To: keith.busch@intel.com, axboe@kernel.dk, hpa@zytor.com, mingo@kernel.org, peterz@infradead.org, linux-kernel@vger.kernel.org, mpe@ellerman.id.au, hch@lst.de, tglx@linutronix.de, marc.zyngier@arm.com In-Reply-To: <20170619235444.614913014@linutronix.de> References: <20170619235444.614913014@linutronix.de> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/core] genirq: Add missing comment for IRQD_STARTED Git-Commit-ID: 1bb0401680da156ce1549e915e711bf5b2534cc5 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 1bb0401680da156ce1549e915e711bf5b2534cc5 Gitweb: http://git.kernel.org/tip/1bb0401680da156ce1549e915e711bf5b2534cc5 Author: Thomas Gleixner AuthorDate: Tue, 20 Jun 2017 01:37:18 +0200 Committer: Thomas Gleixner CommitDate: Thu, 22 Jun 2017 18:21:13 +0200 genirq: Add missing comment for IRQD_STARTED Signed-off-by: Thomas Gleixner Cc: Marc Zyngier Cc: Jens Axboe Cc: Michael Ellerman Cc: Keith Busch Cc: Peter Zijlstra Cc: Christoph Hellwig 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,