hc
2023-11-06 36f0949ef9854b82a9a3154d970da4e3b8d12a61
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 {