Commit 786133f6 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

Merge branch 'core/irq_work' of...

Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks

 into irq/core

irq_work fixes and cleanups, in preparation for full dyntics support.

Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parents befddb21 6147a9d8
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
@@ -21,7 +21,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 IRQ_DOMAIN
+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