forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-30 6c9be420e167ee7ce45c0309586f09ddab28ac15
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 {