]> git.openfabrics.org - ~emulex/infiniband.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)
commit6147a9d8070e1c9d16d57eb53a14942b95b28dc4
tree6829f7deef06587e507142e80614c20ecdda3463
parente0bbe2d80c415bd4063d894ec2ccb336788af814
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