kernel/arch/powerpc/kernel/misc_32.S
.. .. @@ -42,6 +42,7 @@ 42 42 * We store the saved ksp_limit in the unused part 43 43 * of the STACK_FRAME_OVERHEAD 44 44 */ 45 +#ifndef CONFIG_PREEMPT_RT_FULL45 46 _GLOBAL(call_do_softirq) 46 47 mflr r0 47 48 stw r0,4(r1) .. .. @@ -58,6 +59,7 @@ 58 59 stw r10,THREAD+KSP_LIMIT(r2) 59 60 mtlr r0 60 61 blr 62 +#endif61 63 62 64 /* 63 65 * void call_do_irq(struct pt_regs *regs, struct thread_info *irqtp);