hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/powerpc/kernel/misc_64.S
....@@ -27,7 +27,6 @@
2727
2828 .text
2929
30
-#ifndef CONFIG_PREEMPT_RT
3130 _GLOBAL(call_do_softirq)
3231 mflr r0
3332 std r0,16(r1)
....@@ -38,7 +37,6 @@
3837 ld r0,16(r1)
3938 mtlr r0
4039 blr
41
-#endif
4240
4341 _GLOBAL(call_do_irq)
4442 mflr r0