From: Palmer Dabbelt <palmer@sifive.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
tglx@linutronix.de, linux-kernel@vger.kernel.org
Cc: mingo@kernel.org, Arnd Bergmann <arnd@arndb.de>,
Palmer Dabbelt <palmer@sifive.com>
Subject: [PATCH 1/3] arm64: Set CONFIG_MULTI_IRQ_HANDLER
Date: Tue, 3 Apr 2018 21:31:28 -0700 [thread overview]
Message-ID: <20180404043130.31277-2-palmer@sifive.com> (raw)
In-Reply-To: <20180404043130.31277-1-palmer@sifive.com>
arm has an optional MULTI_IRQ_HANDLER, which arm64 copied but didn't
make optional. I'm converting this to generic code, but in order to aid
the porting effort I want to define this on arm64 for a bit. This will
go away at the end of this patch set.
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
---
arch/arm64/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 7381eeb7ef8e..302d0b681676 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -132,6 +132,7 @@ config ARM64
select IRQ_DOMAIN
select IRQ_FORCED_THREADING
select MODULES_USE_ELF_RELA
+ select MULTI_IRQ_HANDLER
select NO_BOOTMEM
select OF
select OF_EARLY_FLATTREE
@@ -275,6 +276,9 @@ config ARCH_SUPPORTS_UPROBES
config ARCH_PROC_KCORE_TEXT
def_bool y
+config MULTI_IRQ_HANDLER
+ def_bool y
+
source "init/Kconfig"
source "kernel/Kconfig.freezer"
--
2.16.1
next prev parent reply other threads:[~2018-04-04 4:32 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 ` Palmer Dabbelt [this message]
2018-04-04 10:07 ` [tip:irq/core] arm64: Set CONFIG_MULTI_IRQ_HANDLER 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:irq/core] genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLER tip-bot for Palmer Dabbelt
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=20180404043130.31277-2-palmer@sifive.com \
--to=palmer@sifive.com \
--cc=arnd@arndb.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--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
all inboxes | Powered by JetHome®