Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1343067 > unrolled thread

[tip:irq/core] genirq: Add GENERIC_IRQ_IPI Kconfig symbol

Started bytip-bot for Qais Yousef <tipbot@zytor.com>
First post2016-02-25 11:10 +0100
Last post2016-02-25 11:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [tip:irq/core] genirq: Add GENERIC_IRQ_IPI Kconfig symbol tip-bot for Qais Yousef <tipbot@zytor.com> - 2016-02-25 11:10 +0100

#1343067 — [tip:irq/core] genirq: Add GENERIC_IRQ_IPI Kconfig symbol

Fromtip-bot for Qais Yousef <tipbot@zytor.com>
Date2016-02-25 11:10 +0100
Subject[tip:irq/core] genirq: Add GENERIC_IRQ_IPI Kconfig symbol
Message-ID<r611V-2fv-35@gated-at.bofh.it>
Commit-ID:  379b656446a36c7a80b27cbdc34eec8e57b5f290
Gitweb:     http://git.kernel.org/tip/379b656446a36c7a80b27cbdc34eec8e57b5f290
Author:     Qais Yousef <qais.yousef@imgtec.com>
AuthorDate: Tue, 8 Dec 2015 13:20:14 +0000
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Thu, 25 Feb 2016 10:56:55 +0100

genirq: Add GENERIC_IRQ_IPI Kconfig symbol

Select this to enable the generic IPI domain support

Signed-off-by: Qais Yousef <qais.yousef@imgtec.com>
Cc: <jason@lakedaemon.net>
Cc: <marc.zyngier@arm.com>
Cc: <jiang.liu@linux.intel.com>
Cc: <ralf@linux-mips.org>
Cc: <linux-mips@linux-mips.org>
Cc: <lisa.parratt@imgtec.com>
Cc: Qais Yousef <qsyousef@gmail.com>
Link: http://lkml.kernel.org/r/1449580830-23652-4-git-send-email-qais.yousef@imgtec.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 kernel/irq/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig
index 3b48dab..3bbfd6a 100644
--- a/kernel/irq/Kconfig
+++ b/kernel/irq/Kconfig
@@ -64,6 +64,10 @@ config IRQ_DOMAIN_HIERARCHY
 	bool
 	select IRQ_DOMAIN
 
+# Generic IRQ IPI support
+config GENERIC_IRQ_IPI
+	bool
+
 # Generic MSI interrupt support
 config GENERIC_MSI_IRQ
 	bool

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web