hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/powerpc/kernel/irq.c
....@@ -753,12 +753,10 @@
753753 void *softirq_ctx[NR_CPUS] __read_mostly;
754754 void *hardirq_ctx[NR_CPUS] __read_mostly;
755755
756
-#ifndef CONFIG_PREEMPT_RT
757756 void do_softirq_own_stack(void)
758757 {
759758 call_do_softirq(softirq_ctx[smp_processor_id()]);
760759 }
761
-#endif
762760
763761 irq_hw_number_t virq_to_hw(unsigned int virq)
764762 {