aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm/Kbuild
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2014-09-06 15:43:02 +0200
committerFrederic Weisbecker <fweisbec@gmail.com>2014-09-13 18:38:07 +0200
commitc5c38ef3d70377dc504a6a3f611a3ec814bc757b (patch)
treea2ff73cef2176bc5a94b7ed4944915102428b52e /arch/ia64/include/asm/Kbuild
parentnohz: Move nohz full init call to tick init (diff)
downloadlinux-dev-c5c38ef3d70377dc504a6a3f611a3ec814bc757b.tar.xz
linux-dev-c5c38ef3d70377dc504a6a3f611a3ec814bc757b.zip
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/ia64/include/asm/Kbuild')
-rw-r--r--arch/ia64/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/Kbuild b/arch/ia64/include/asm/Kbuild
index e8317d2d6c8d..747320be9d0e 100644
--- a/arch/ia64/include/asm/Kbuild
+++ b/arch/ia64/include/asm/Kbuild
@@ -2,6 +2,7 @@
generic-y += clkdev.h
generic-y += exec.h
generic-y += hash.h
+generic-y += irq_work.h
generic-y += kvm_para.h
generic-y += mcs_spinlock.h
generic-y += preempt.h