kernel/arch/powerpc/kernel/irq.c
.. .. @@ -766,6 +766,7 @@ 766 766 } 767 767 } 768 768 769 +#ifndef CONFIG_PREEMPT_RT_FULL769 770 void do_softirq_own_stack(void) 770 771 { 771 772 struct thread_info *curtp, *irqtp; .. .. @@ -783,6 +784,7 @@ 783 784 if (irqtp->flags) 784 785 set_bits(irqtp->flags, &curtp->flags); 785 786 } 787 +#endif786 788 787 789 irq_hw_number_t virq_to_hw(unsigned int virq) 788 790 {