kernel/arch/sparc/kernel/irq_64.c
.. .. @@ -854,6 +854,7 @@ 854 854 set_irq_regs(old_regs); 855 855 } 856 856 857 +#ifndef CONFIG_PREEMPT_RT_FULL857 858 void do_softirq_own_stack(void) 858 859 { 859 860 void *orig_sp, *sp = softirq_stack[smp_processor_id()]; .. .. @@ -868,6 +869,7 @@ 868 869 __asm__ __volatile__("mov %0, %%sp" 869 870 : : "r" (orig_sp)); 870 871 } 872 +#endif871 873 872 874 #ifdef CONFIG_HOTPLUG_CPU 873 875 void fixup_irqs(void)