aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2014-09-06 09:43:02 -0400
committerFrederic Weisbecker <fweisbec@gmail.com>2014-09-13 12:38:07 -0400
commitc5c38ef3d70377dc504a6a3f611a3ec814bc757b (patch)
treea2ff73cef2176bc5a94b7ed4944915102428b52e /arch/arc
parenta80e49e2cc3145af014a8ae44f575829cc236192 (diff)
irq_work: Introduce arch_irq_work_has_interrupt()
The nohz full code needs irq work to trigger its own interrupt so that the subsystem can work even when the tick is stopped. Lets introduce arch_irq_work_has_interrupt() that archs can override to tell about their support for this ability. Signed-off-by: Peter Zijlstra <peterz@infradead.org> Cc: Ingo Molnar <mingo@kernel.org> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Diffstat (limited to 'arch/arc')
-rw-r--r--arch/arc/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/include/asm/Kbuild b/arch/arc/include/asm/Kbuild
index e76fd79f32b0..b8fffc1a2ac2 100644
--- a/arch/arc/include/asm/Kbuild
+++ b/arch/arc/include/asm/Kbuild
@@ -18,6 +18,7 @@ generic-y += ioctl.h
18generic-y += ioctls.h 18generic-y += ioctls.h
19generic-y += ipcbuf.h 19generic-y += ipcbuf.h
20generic-y += irq_regs.h 20generic-y += irq_regs.h
21generic-y += irq_work.h
21generic-y += kmap_types.h 22generic-y += kmap_types.h
22generic-y += kvm_para.h 23generic-y += kvm_para.h
23generic-y += local.h 24generic-y += local.h