Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6147a9d8 authored by Frederic Weisbecker's avatar Frederic Weisbecker
Browse files

irq_work: Remove CONFIG_HAVE_IRQ_WORK



irq work can run on any arch even without IPI
support because of the hook on update_process_times().

So lets remove HAVE_IRQ_WORK because it doesn't reflect
any backend requirement.

Signed-off-by: default avatarFrederic Weisbecker <fweisbec@gmail.com>
Acked-by: default avatarSteven Rostedt <rostedt@goodmis.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
parent e0bbe2d8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ config ALPHA
	select HAVE_IDE
	select HAVE_OPROFILE
	select HAVE_SYSCALL_WRAPPERS
	select HAVE_IRQ_WORK
	select HAVE_PCSPKR_PLATFORM
	select HAVE_PERF_EVENTS
	select HAVE_DMA_ATTRS
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ config ARM
	select HAVE_GENERIC_HARDIRQS
	select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V6K || CPU_V7))
	select HAVE_IDE if PCI || ISA || PCMCIA
	select HAVE_IRQ_WORK
	select HAVE_KERNEL_GZIP
	select HAVE_KERNEL_LZMA
	select HAVE_KERNEL_LZO
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ config ARM64
	select HAVE_GENERIC_DMA_COHERENT
	select HAVE_GENERIC_HARDIRQS
	select HAVE_HW_BREAKPOINT if PERF_EVENTS
	select HAVE_IRQ_WORK
	select HAVE_MEMBLOCK
	select HAVE_PERF_EVENTS
	select HAVE_SPARSE_IRQ
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ config BLACKFIN
	select HAVE_FUNCTION_TRACER
	select HAVE_FUNCTION_TRACE_MCOUNT_TEST
	select HAVE_IDE
	select HAVE_IRQ_WORK
	select HAVE_KERNEL_GZIP if RAMKERNEL
	select HAVE_KERNEL_BZIP2 if RAMKERNEL
	select HAVE_KERNEL_LZMA if RAMKERNEL
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ config FRV
	default y
	select HAVE_IDE
	select HAVE_ARCH_TRACEHOOK
	select HAVE_IRQ_WORK
	select HAVE_PERF_EVENTS
	select HAVE_UID16
	select HAVE_GENERIC_HARDIRQS
Loading