hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/x86/kernel/irq_64.c
....@@ -72,9 +72,7 @@
7272 return map_irq_stack(cpu);
7373 }
7474
75
-#ifndef CONFIG_PREEMPT_RT
7675 void do_softirq_own_stack(void)
7776 {
7877 run_on_irqstack_cond(__do_softirq, NULL);
7978 }
80
-#endif