hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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 {