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

Commit a818ec08 authored by qctecmdr's avatar qctecmdr 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"

parents a69abbf4 fd69750c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -855,6 +855,7 @@ static void ipi_cpu_stop(unsigned int cpu, struct pt_regs *regs)
	}
	set_cpu_online(cpu, false);

	flush_cache_all();
	local_daif_mask();
	sdei_mask_local_cpu();