linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: remove obsolete selection of MULTI_IRQ_HANDLER
@ 2019-03-20 17:20 Matthias Kaehlcke
  2019-03-20 17:41 ` Catalin Marinas
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Kaehlcke @ 2019-03-20 17:20 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon
  Cc: linux-arm-kernel, linux-kernel, Matthias Kaehlcke

The arm64 config selects MULTI_IRQ_HANDLER, which was renamed to
GENERIC_IRQ_MULTI_HANDLER by commit 4c301f9b6a94 ("ARM: Convert
to GENERIC_IRQ_MULTI_HANDLER"). The 'new' option is already
selected, so just remove the obsolete entry.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
---
 arch/arm64/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 117b2541ef3d..7e34b9eba5de 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -159,7 +159,6 @@ config ARM64
 	select IRQ_DOMAIN
 	select IRQ_FORCED_THREADING
 	select MODULES_USE_ELF_RELA
-	select MULTI_IRQ_HANDLER
 	select NEED_DMA_MAP_STATE
 	select NEED_SG_DMA_LENGTH
 	select OF
-- 
2.21.0.225.g810b269d1ac-goog

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: remove obsolete selection of MULTI_IRQ_HANDLER
  2019-03-20 17:20 [PATCH] arm64: remove obsolete selection of MULTI_IRQ_HANDLER Matthias Kaehlcke
@ 2019-03-20 17:41 ` Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2019-03-20 17:41 UTC (permalink / raw)
  To: Matthias Kaehlcke; +Cc: Will Deacon, linux-arm-kernel, linux-kernel

On Wed, Mar 20, 2019 at 10:20:56AM -0700, Matthias Kaehlcke wrote:
> The arm64 config selects MULTI_IRQ_HANDLER, which was renamed to
> GENERIC_IRQ_MULTI_HANDLER by commit 4c301f9b6a94 ("ARM: Convert
> to GENERIC_IRQ_MULTI_HANDLER"). The 'new' option is already
> selected, so just remove the obsolete entry.
> 
> Signed-off-by: Matthias Kaehlcke <mka@chromium.org>

Queued for 5.1-rc2. Thanks.

-- 
Catalin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-20 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-20 17:20 [PATCH] arm64: remove obsolete selection of MULTI_IRQ_HANDLER Matthias Kaehlcke
2019-03-20 17:41 ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).