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

Commit 63bee48c authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: Log the Fault Status Code (FSC) upon memory aborts"

parents 76cd2d54 3d1e8864
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -125,6 +125,7 @@ static void mem_abort_decode(unsigned int esr)
	pr_alert("  EA = %lu, S1PTW = %lu\n",
		 (esr & ESR_ELx_EA) >> ESR_ELx_EA_SHIFT,
		 (esr & ESR_ELx_S1PTW) >> ESR_ELx_S1PTW_SHIFT);
	pr_alert("  FSC = %lu\n", (esr & ESR_ELx_FSC));

	if (esr_is_data_abort(esr))
		data_abort_decode(esr);