kernel/arch/x86/kernel/irq_32.c
.. .. @@ -131,7 +131,6 @@ 131 131 return 0; 132 132 } 133 133 134 -#ifndef CONFIG_PREEMPT_RT135 134 void do_softirq_own_stack(void) 136 135 { 137 136 struct irq_stack *irqstk; .. .. @@ -148,7 +147,6 @@ 148 147 149 148 call_on_stack(__do_softirq, isp); 150 149 } 151 -#endif152 150 153 151 void __handle_irq(struct irq_desc *desc, struct pt_regs *regs) 154 152 {