hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/x86/kernel/irq_32.c
....@@ -131,7 +131,6 @@
131131 return 0;
132132 }
133133
134
-#ifndef CONFIG_PREEMPT_RT
135134 void do_softirq_own_stack(void)
136135 {
137136 struct irq_stack *irqstk;
....@@ -148,7 +147,6 @@
148147
149148 call_on_stack(__do_softirq, isp);
150149 }
151
-#endif
152150
153151 void __handle_irq(struct irq_desc *desc, struct pt_regs *regs)
154152 {