hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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 {