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