···342 */343 asm volatile("ldc %0, r7_bank"344 : /* no output */345- : "r" (next->thread_info));346347#ifdef CONFIG_MMU348 /* If no tasks are using the UBC, we're done */
···342 */343 asm volatile("ldc %0, r7_bank"344 : /* no output */345+ : "r" (task_thread_info(next)));346347#ifdef CONFIG_MMU348 /* If no tasks are using the UBC, we're done */
+1-1
arch/sh/kernel/smp.c
···103 if (IS_ERR(tsk))104 panic("Failed forking idle task for cpu %d\n", cpu);105106- tsk->thread_info->cpu = cpu;107108 cpu_set(cpu, cpu_online_map);109
···103 if (IS_ERR(tsk))104 panic("Failed forking idle task for cpu %d\n", cpu);105106+ task_thread_info(tsk)->cpu = cpu;107108 cpu_set(cpu, cpu_online_map);109