diff options
author | Ingo Molnar <mingo@kernel.org> | 2013-01-24 12:48:41 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-01-24 12:48:41 +0100 |
commit | 786133f6e8ff94aaa78cd6b7844d04c227098327 (patch) | |
tree | be5922c90ec74267bf068987e4de14a6436d04de /arch/arm/Kconfig | |
parent | befddb21c845f8fb49e637997891ef97c6a869dc (diff) | |
parent | 6147a9d8070e1c9d16d57eb53a14942b95b28dc4 (diff) | |
download | op-kernel-dev-786133f6e8ff94aaa78cd6b7844d04c227098327.zip op-kernel-dev-786133f6e8ff94aaa78cd6b7844d04c227098327.tar.gz |
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: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 67874b8..9bbe760 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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 |