kernel/arch/powerpc/kernel/irq.c
.. .. @@ -753,12 +753,10 @@ 753 753 void *softirq_ctx[NR_CPUS] __read_mostly; 754 754 void *hardirq_ctx[NR_CPUS] __read_mostly; 755 755 756 -#ifndef CONFIG_PREEMPT_RT757 756 void do_softirq_own_stack(void) 758 757 { 759 758 call_do_softirq(softirq_ctx[smp_processor_id()]); 760 759 } 761 -#endif762 760 763 761 irq_hw_number_t virq_to_hw(unsigned int virq) 764 762 {