···342342 */343343 asm volatile("ldc %0, r7_bank"344344 : /* no output */345345- : "r" (next->thread_info));345345+ : "r" (task_thread_info(next)));346346347347#ifdef CONFIG_MMU348348 /* If no tasks are using the UBC, we're done */
+1-1
arch/sh/kernel/smp.c
···103103 if (IS_ERR(tsk))104104 panic("Failed forking idle task for cpu %d\n", cpu);105105106106- tsk->thread_info->cpu = cpu;106106+ task_thread_info(tsk)->cpu = cpu;107107108108 cpu_set(cpu, cpu_online_map);109109