hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/arch/sh/kernel/irq.c
....@@ -148,6 +148,7 @@
148148 hardirq_ctx[cpu] = NULL;
149149 }
150150
151
+#ifndef CONFIG_PREEMPT_RT_FULL
151152 void do_softirq_own_stack(void)
152153 {
153154 struct thread_info *curctx;
....@@ -175,6 +176,7 @@
175176 "r5", "r6", "r7", "r8", "r9", "r15", "t", "pr"
176177 );
177178 }
179
+#endif
178180 #else
179181 static inline void handle_one_irq(unsigned int irq)
180182 {