From: tip-bot for Palmer Dabbelt <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: tglx@linutronix.de, palmer@sifive.com, hpa@zytor.com,
arnd@arndb.de, mingo@kernel.org, torvalds@linux-foundation.org,
linux-kernel@vger.kernel.org
Subject: [tip:irq/core] genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLER
Date: Wed, 4 Apr 2018 03:07:24 -0700 [thread overview]
Message-ID: <tip-d6f73825dcd0fa1de9a6bf37c79f6109cc87b82f@git.kernel.org> (raw)
In-Reply-To: <20180404043130.31277-4-palmer@sifive.com>
Commit-ID: d6f73825dcd0fa1de9a6bf37c79f6109cc87b82f
Gitweb: https://git.kernel.org/tip/d6f73825dcd0fa1de9a6bf37c79f6109cc87b82f
Author: Palmer Dabbelt <palmer@sifive.com>
AuthorDate: Tue, 3 Apr 2018 21:31:30 -0700
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Wed, 4 Apr 2018 12:04:28 +0200
genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLER
These config switches enable the same code in the core and the not yet
converted architecture code. They can be selected both by randconfig builds
and cause linker error because the same symbols are defined twice.
Make the new GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLER to
prevent that. The dependency will be removed once all architectures are
converted over.
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://lkml.kernel.org/r/20180404043130.31277-4-palmer@sifive.com
---
kernel/irq/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig
index 5f3e2baefca9..c6766f326072 100644
--- a/kernel/irq/Kconfig
+++ b/kernel/irq/Kconfig
@@ -134,6 +134,7 @@ config GENERIC_IRQ_DEBUGFS
endmenu
config GENERIC_IRQ_MULTI_HANDLER
+ depends on !MULTI_IRQ_HANDLER
bool
help
Allow to specify the low level IRQ handler at run time.
next prev parent reply other threads:[~2018-04-04 10:07 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-03 12:03 [GIT pull] irq updates for 4.17 Thomas Gleixner
2018-04-03 22:39 ` Palmer Dabbelt
2018-04-04 0:27 ` Linus Torvalds
2018-04-04 1:51 ` Palmer Dabbelt
2018-04-04 2:03 ` Linus Torvalds
2018-04-04 4:31 ` Palmer Dabbelt
2018-04-04 4:31 ` [PATCH 1/3] arm64: Set CONFIG_MULTI_IRQ_HANDLER Palmer Dabbelt
2018-04-04 10:07 ` [tip:irq/core] " tip-bot for Palmer Dabbelt
2018-04-04 4:31 ` [PATCH 2/3] openrisc: " Palmer Dabbelt
2018-04-04 10:08 ` [tip:irq/core] " tip-bot for Palmer Dabbelt
2018-04-04 4:31 ` [PATCH 3/3] irq: GENERIC_IRQ_MULTI_HANDLER conflicts with MULTI_IRQ_HANDLER Palmer Dabbelt
2018-04-04 10:07 ` tip-bot for Palmer Dabbelt [this message]
2018-04-04 10:19 ` [GIT pull] irq updates for 4.17 Thomas Gleixner
2018-04-04 15:18 ` Palmer Dabbelt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-d6f73825dcd0fa1de9a6bf37c79f6109cc87b82f@git.kernel.org \
--to=tipbot@zytor.com \
--cc=arnd@arndb.de \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=palmer@sifive.com \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome