Loading arch/arm/vfp/vfpmodule.c +1 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,7 @@ static void vfp_force_reload(unsigned int cpu, struct thread_info *thread) } #ifdef CONFIG_SMP thread->vfpstate.hard.cpu = NR_CPUS; vfp_current_hw_state[cpu] = NULL; #endif } Loading Loading
arch/arm/vfp/vfpmodule.c +1 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,7 @@ static void vfp_force_reload(unsigned int cpu, struct thread_info *thread) } #ifdef CONFIG_SMP thread->vfpstate.hard.cpu = NR_CPUS; vfp_current_hw_state[cpu] = NULL; #endif } Loading