]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - arch/powerpc/kernel/misc_32.S
Apply preempt_rt patch-4.9-rt1.patch.xz
[zynq/linux.git] / arch / powerpc / kernel / misc_32.S
index 93cf7a5846a6f5875534cc43a2a3409357dc482a..af24a897d2d6cccc7e09aabd6b9fcef5313e5971 100644 (file)
@@ -41,6 +41,7 @@
  * We store the saved ksp_limit in the unused part
  * of the STACK_FRAME_OVERHEAD
  */
+#ifndef CONFIG_PREEMPT_RT_FULL
 _GLOBAL(call_do_softirq)
        mflr    r0
        stw     r0,4(r1)
@@ -57,6 +58,7 @@ _GLOBAL(call_do_softirq)
        stw     r10,THREAD+KSP_LIMIT(r2)
        mtlr    r0
        blr
+#endif
 
 /*
  * void call_do_irq(struct pt_regs *regs, struct thread_info *irqtp);