aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/irq_work.c
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-05-23 14:10:40 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-05-23 14:10:40 +0300
commitf80ee635bbaceb859abf9a38de01149cbe25cf5e (patch)
treeee8a629b00e6afcaa50d66aac59fecb735f68e9e /arch/x86/kernel/irq_work.c
parentf7ae240ea162f1bf80c2f9d58e42fac888f4320b (diff)
Apply 3.8.13-rt9 patchesHEADmaster
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'arch/x86/kernel/irq_work.c')
-rw-r--r--arch/x86/kernel/irq_work.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/irq_work.c b/arch/x86/kernel/irq_work.c
index ca8f703a..129b8bb7 100644
--- a/arch/x86/kernel/irq_work.c
+++ b/arch/x86/kernel/irq_work.c
@@ -18,6 +18,7 @@ void smp_irq_work_interrupt(struct pt_regs *regs)
irq_exit();
}
+#ifndef CONFIG_PREEMPT_RT_FULL
void arch_irq_work_raise(void)
{
#ifdef CONFIG_X86_LOCAL_APIC
@@ -28,3 +29,4 @@ void arch_irq_work_raise(void)
apic_wait_icr_idle();
#endif
}
+#endif