hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
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