]> git.baikalelectronics.ru Git - kernel.git/commit
irq_work: Remove CONFIG_HAVE_IRQ_WORK
authorFrederic Weisbecker <fweisbec@gmail.com>
Fri, 19 Oct 2012 20:53:18 +0000 (16:53 -0400)
committerFrederic Weisbecker <fweisbec@gmail.com>
Sat, 17 Nov 2012 18:25:12 +0000 (19:25 +0100)
commite2cb5d8c15d844401db126688aad890ea529dbe2
tree6829f7deef06587e507142e80614c20ecdda3463
parentb8804c4a0f189998c049c8ada31462c2213351ec
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: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Steven 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>
15 files changed:
arch/alpha/Kconfig
arch/arm/Kconfig
arch/arm64/Kconfig
arch/blackfin/Kconfig
arch/frv/Kconfig
arch/hexagon/Kconfig
arch/mips/Kconfig
arch/parisc/Kconfig
arch/powerpc/Kconfig
arch/s390/Kconfig
arch/sh/Kconfig
arch/sparc/Kconfig
arch/x86/Kconfig
drivers/staging/iio/trigger/Kconfig
init/Kconfig