hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/arch/powerpc/kernel/misc_32.S
....@@ -42,6 +42,7 @@
4242 * We store the saved ksp_limit in the unused part
4343 * of the STACK_FRAME_OVERHEAD
4444 */
45
+#ifndef CONFIG_PREEMPT_RT_FULL
4546 _GLOBAL(call_do_softirq)
4647 mflr r0
4748 stw r0,4(r1)
....@@ -58,6 +59,7 @@
5859 stw r10,THREAD+KSP_LIMIT(r2)
5960 mtlr r0
6061 blr
62
+#endif
6163
6264 /*
6365 * void call_do_irq(struct pt_regs *regs, struct thread_info *irqtp);