kernel/arch/powerpc/kernel/misc_64.S
.. .. @@ -27,7 +27,6 @@ 27 27 28 28 .text 29 29 30 -#ifndef CONFIG_PREEMPT_RT31 30 _GLOBAL(call_do_softirq) 32 31 mflr r0 33 32 std r0,16(r1) .. .. @@ -38,7 +37,6 @@ 38 37 ld r0,16(r1) 39 38 mtlr r0 40 39 blr 41 -#endif42 40 43 41 _GLOBAL(call_do_irq) 44 42 mflr r0