kernel/arch/sh/kernel/irq.c
.. .. @@ -148,7 +148,6 @@ 148 148 hardirq_ctx[cpu] = NULL; 149 149 } 150 150 151 -#ifndef CONFIG_PREEMPT_RT_FULL152 151 void do_softirq_own_stack(void) 153 152 { 154 153 struct thread_info *curctx; .. .. @@ -176,7 +175,6 @@ 176 175 "r5", "r6", "r7", "r8", "r9", "r15", "t", "pr" 177 176 ); 178 177 } 179 -#endif180 178 #else 181 179 static inline void handle_one_irq(unsigned int irq) 182 180 {