Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59219589 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm: vfp: always clear vfp_current_hw_state when forcing reload"

parents 3867062a db2ff8c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
}