kernel/arch/sparc/kernel/irq_64.c
.. .. @@ -854,7 +854,7 @@ 854 854 set_irq_regs(old_regs); 855 855 } 856 856 857 -#ifndef CONFIG_PREEMPT_RT_FULL857 +#ifndef CONFIG_PREEMPT_RT858 858 void do_softirq_own_stack(void) 859 859 { 860 860 void *orig_sp, *sp = softirq_stack[smp_processor_id()]; .. .. @@ -917,7 +917,7 @@ 917 917 dp = of_find_node_by_path("/"); 918 918 dp = dp->child; 919 919 while (dp) { 920 - if (!strcmp(dp->name, "counter-timer"))920 + if (of_node_name_eq(dp, "counter-timer"))921 921 break; 922 922 dp = dp->sibling; 923 923 }