hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/powerpc/kernel/misc_32.S
....@@ -31,7 +31,6 @@
3131 * We store the saved ksp_limit in the unused part
3232 * of the STACK_FRAME_OVERHEAD
3333 */
34
-#ifndef CONFIG_PREEMPT_RT
3534 _GLOBAL(call_do_softirq)
3635 mflr r0
3736 stw r0,4(r1)
....@@ -47,7 +46,6 @@
4746 stw r10,THREAD+KSP_LIMIT(r2)
4847 mtlr r0
4948 blr
50
-#endif
5149
5250 /*
5351 * void call_do_irq(struct pt_regs *regs, void *sp);