forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 151fecfb72a0d602dfe79790602ef64b4e241574
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