diff options
author | Valentin Schneider <valentin.schneider@arm.com> | 2020-07-03 17:56:44 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-07-04 10:02:06 +0200 |
commit | 959f53bd90c3ac70e5481199c6159f6314f9f910 (patch) | |
tree | 5518707941efe2bb6191ee240ba4911eaca5b38a /arch/sparc | |
parent | Merge tag 'for-linus-5.8b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern... (diff) | |
download | linux-959f53bd90c3ac70e5481199c6159f6314f9f910.tar.xz linux-959f53bd90c3ac70e5481199c6159f6314f9f910.zip |
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@arm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Anatoly Pugachev <matorola@gmail.com>
Link: https://lkml.kernel.org/r/20200703155645.29703-2-valentin.schneider@arm.com
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 5bf2dc163540..76f4078e7419 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 |