kernel/arch/powerpc/kernel/misc_32.S
.. .. @@ -31,7 +31,6 @@ 31 31 * We store the saved ksp_limit in the unused part 32 32 * of the STACK_FRAME_OVERHEAD 33 33 */ 34 -#ifndef CONFIG_PREEMPT_RT35 34 _GLOBAL(call_do_softirq) 36 35 mflr r0 37 36 stw r0,4(r1) .. .. @@ -47,7 +46,6 @@ 47 46 stw r10,THREAD+KSP_LIMIT(r2) 48 47 mtlr r0 49 48 blr 50 -#endif51 49 52 50 /* 53 51 * void call_do_irq(struct pt_regs *regs, void *sp);