mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: tip-bot for Palmer Dabbelt <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: mingo@kernel.org, tglx@linutronix.de, arnd@arndb.de,
	palmer@sifive.com, hpa@zytor.com, linux-kernel@vger.kernel.org,
	torvalds@linux-foundation.org
Subject: [tip:irq/core] arm64: Set CONFIG_MULTI_IRQ_HANDLER
Date: Wed, 4 Apr 2018 03:07:55 -0700	[thread overview]
Message-ID: <tip-667b24d049e5dd643a351757fee1a17472cd1719@git.kernel.org> (raw)
In-Reply-To: <20180404043130.31277-2-palmer@sifive.com>

Commit-ID:  667b24d049e5dd643a351757fee1a17472cd1719
Gitweb:     https://git.kernel.org/tip/667b24d049e5dd643a351757fee1a17472cd1719
Author:     Palmer Dabbelt <palmer@sifive.com>
AuthorDate: Tue, 3 Apr 2018 21:31:28 -0700
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Wed, 4 Apr 2018 12:04:28 +0200

arm64: Set CONFIG_MULTI_IRQ_HANDLER

arm has an optional MULTI_IRQ_HANDLER, which arm64 copied but didn't make
optional.  The multi irq handler infrastructure has been copied to generic
code selectable with a new config symbol. That symbol can be selected by
randconfig builds and can cause build breakage.

Introduce CONFIG_MULTI_IRQ_HANDLER as an intermediate step which prevents
the core config symbol from being selected. The arm64 local config symbol
will be removed once arm64 gets converted to the generic code.

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-2-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"

  reply	other threads:[~2018-04-04 10:08 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-bot for Palmer Dabbelt [this message]
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=tip-667b24d049e5dd643a351757fee1a17472cd1719@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