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

Commit 342410b9 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM64: Flush the caches for non panicking CPUs in case of a kernel panic" into msm-4.8

parents 2f9a97be a3b7545e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -815,6 +815,7 @@ static void ipi_cpu_stop(unsigned int cpu)
{
	set_cpu_active(cpu, false);

	flush_cache_all();
	local_irq_disable();

	while (1)