Loading arch/sh/kernel/process.c +1 −1 Original line number Diff line number Diff line Loading @@ -342,7 +342,7 @@ struct task_struct *__switch_to(struct task_struct *prev, struct task_struct *ne */ asm volatile("ldc %0, r7_bank" : /* no output */ : "r" (next->thread_info)); : "r" (task_thread_info(next))); #ifdef CONFIG_MMU /* If no tasks are using the UBC, we're done */ Loading arch/sh/kernel/smp.c +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ int __cpu_up(unsigned int cpu) if (IS_ERR(tsk)) panic("Failed forking idle task for cpu %d\n", cpu); tsk->thread_info->cpu = cpu; task_thread_info(tsk)->cpu = cpu; cpu_set(cpu, cpu_online_map); Loading Loading
arch/sh/kernel/process.c +1 −1 Original line number Diff line number Diff line Loading @@ -342,7 +342,7 @@ struct task_struct *__switch_to(struct task_struct *prev, struct task_struct *ne */ asm volatile("ldc %0, r7_bank" : /* no output */ : "r" (next->thread_info)); : "r" (task_thread_info(next))); #ifdef CONFIG_MMU /* If no tasks are using the UBC, we're done */ Loading
arch/sh/kernel/smp.c +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ int __cpu_up(unsigned int cpu) if (IS_ERR(tsk)) panic("Failed forking idle task for cpu %d\n", cpu); tsk->thread_info->cpu = cpu; task_thread_info(tsk)->cpu = cpu; cpu_set(cpu, cpu_online_map); Loading