forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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);