[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <159384992977.4006.749304579733572105.tip-bot2@tip-bot2>
Date: Sat, 04 Jul 2020 08:05:29 -0000
From: "tip-bot2 for Valentin Schneider" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Valentin Schneider <valentin.schneider@....com>,
Thomas Gleixner <tglx@...utronix.de>,
Anatoly Pugachev <matorola@...il.com>, x86 <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [tip: irq/core] sparc64: Deselect IRQ_PREFLOW_FASTEOI
The following commit has been merged into the irq/core branch of tip:
Commit-ID: 959f53bd90c3ac70e5481199c6159f6314f9f910
Gitweb: https://git.kernel.org/tip/959f53bd90c3ac70e5481199c6159f6314f9f910
Author: Valentin Schneider <valentin.schneider@....com>
AuthorDate: Fri, 03 Jul 2020 16:56:44 +01:00
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Sat, 04 Jul 2020 10:02:06 +02:00
sparc64: Deselect IRQ_PREFLOW_FASTEOI
sparc64 hasn't needed to select this since commit:
ee6a9333fa58 ("sparc64: sparse irq")
which got rid of the calls to __irq_set_preflow_handler() first installed
by commit:
fcd8d4f49869 ("sparc: Use the new genirq functionality")
Deselect this option.
Signed-off-by: Valentin Schneider <valentin.schneider@....com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Tested-by: Anatoly Pugachev <matorola@...il.com>
Link: https://lkml.kernel.org/r/20200703155645.29703-2-valentin.schneider@arm.com
---
arch/sparc/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 5bf2dc1..76f4078 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -80,7 +80,6 @@ config SPARC64
select RTC_DRV_STARFIRE
select HAVE_PERF_EVENTS
select PERF_USE_VMALLOC
- select IRQ_PREFLOW_FASTEOI
select ARCH_HAVE_NMI_SAFE_CMPXCHG
select HAVE_C_RECORDMCOUNT
select HAVE_ARCH_AUDITSYSCALL
Powered by blists - more mailing lists