hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/arch/powerpc/kernel/irq.c
....@@ -766,6 +766,7 @@
766766 }
767767 }
768768
769
+#ifndef CONFIG_PREEMPT_RT_FULL
769770 void do_softirq_own_stack(void)
770771 {
771772 struct thread_info *curtp, *irqtp;
....@@ -783,6 +784,7 @@
783784 if (irqtp->flags)
784785 set_bits(irqtp->flags, &curtp->flags);
785786 }
787
+#endif
786788
787789 irq_hw_number_t virq_to_hw(unsigned int virq)
788790 {