From: Frederic Weisbecker Date: Fri, 19 Oct 2012 20:53:18 +0000 (-0400) Subject: irq_work: Remove CONFIG_HAVE_IRQ_WORK X-Git-Tag: v3.9-rc1~174^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6147a9d8070e1c9d16d57eb53a14942b95b28dc4;p=pandora-kernel.git 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 Acked-by: Steven Rostedt Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Andrew Morton Cc: Paul Gortmaker --- Reading git-diff-tree failed