hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/arch/x86/kernel/irq_32.c
....@@ -130,6 +130,7 @@
130130 cpu, per_cpu(hardirq_stack, cpu), per_cpu(softirq_stack, cpu));
131131 }
132132
133
+#ifndef CONFIG_PREEMPT_RT_FULL
133134 void do_softirq_own_stack(void)
134135 {
135136 struct irq_stack *irqstk;
....@@ -146,6 +147,7 @@
146147
147148 call_on_stack(__do_softirq, isp);
148149 }
150
+#endif
149151
150152 bool handle_irq(struct irq_desc *desc, struct pt_regs *regs)
151153 {