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)
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>

No differences found