]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - arch/x86/kernel/irq_32.c
Merge branch '4.0.8-rt6'
[zynq/linux.git] / arch / x86 / kernel / irq_32.c
index 28d28f5eb8f49c2a9b8f84997e1dd0dc8841ece0..d56184f4842b7a2142ecdd7e605d1854e4b2e2e5 100644 (file)
@@ -135,6 +135,7 @@ void irq_ctx_init(int cpu)
               cpu, per_cpu(hardirq_stack, cpu),  per_cpu(softirq_stack, cpu));
 }
 
+#ifndef CONFIG_PREEMPT_RT_FULL
 void do_softirq_own_stack(void)
 {
        struct thread_info *curstk;
@@ -153,6 +154,7 @@ void do_softirq_own_stack(void)
 
        call_on_stack(__do_softirq, isp);
 }
+#endif
 
 bool handle_irq(unsigned irq, struct pt_regs *regs)
 {